[CI-SKIP] Fix CONTRIBUTING.md formatting

This commit is contained in:
Zach Brown 2016-09-06 15:01:46 -05:00
parent 6dedb92652
commit 7bd3964037

View file

@ -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`