From 9963d9d4ae5af881beb456029411b01b2564473a Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 6 Sep 2016 15:01:46 -0500 Subject: [PATCH] [CI-SKIP] Fix CONTRIBUTING.md formatting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d814747c..589373f87 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`