diff options
author | Zach Brown <[email protected]> | 2016-09-06 15:01:46 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2016-09-06 15:01:46 -0500 |
commit | 9963d9d4ae5af881beb456029411b01b2564473a (patch) | |
tree | e57d859f5f8ef57b97ddce00f18ca0c85832b416 /CONTRIBUTING.md | |
parent | feccc25412ca18b11035fc50bca23273857cdf85 (diff) | |
download | Paper-9963d9d4ae5af881beb456029411b01b2564473a.tar.gz Paper-9963d9d4ae5af881beb456029411b01b2564473a.zip |
[CI-SKIP] Fix CONTRIBUTING.md formatting
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d814747ce..589373f870 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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` |