[CI-SKIP] Fix CONTRIBUTING.md formatting

This commit is contained in:
Zach Brown 2016-09-06 15:01:46 -05:00
parent feccc25412
commit 9963d9d4ae
No known key found for this signature in database
GPG Key ID: CC9DA35FC5450B76
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ While we will fix minor formatting issues, you should stick to the guide below w
## Formatting
All modifications to non-Paper files should be marked
- 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
- 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`