3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 04:20:04 +01:00

[CI-SKIP] Fix CONTRIBUTING.md formatting

Dieser Commit ist enthalten in:
Zach Brown 2016-09-06 15:01:46 -05:00
Ursprung feccc25412
Commit 9963d9d4ae
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: CC9DA35FC5450B76

Datei anzeigen

@ -89,7 +89,7 @@ While we will fix minor formatting issues, you should stick to the guide below w
## Formatting ## Formatting
All modifications to non-Paper files should be marked All modifications to non-Paper files should be marked
- Multi line changes start with `// Paper start` and end with `// Paper end` - Multi line changes start with `// Paper start` and end with `// Paper end`
- You can put a messages with a change if it isn't obvious, like this: `// Paper start - reason - You can put a messages with a change if it isn't obvious, like this: `// Paper start - reason`
- Should generally be about the reason the change was made, what it was before, or what the change is - Should generally be about the reason the change was made, what it was before, or what the change is
- Multi-line messages should start with `// Paper start` and use `/* Multi line message here */` for the message itself - Multi-line messages should start with `// Paper start` and use `/* Multi line message here */` for the message itself
- Single line changes should have `// Paper` or `// Paper - reason` - Single line changes should have `// Paper` or `// Paper - reason`