commit cae001b84b567aa349c05d4bb7d241d8de6426e6
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Wed Feb 17 19:53:23 2016 -0500
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Wed Feb 17 19:53:23 2016 -0500
CONTRIBUTING: Oops.
---
.github/CONTRIBUTING.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index e39822e7..90ebec63 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -80,8 +80,9 @@ following guidelines before opening a pull request:
"textscreen: Change size of X".
* If you're making a change related to a bug, reference the GitHub
- issue number in the commit message, eg. "This is a partial fix for
- #646". This will link your commit into the issue comments. If your
- change is a fix for the bug, put the word "fixes" before the bug
- number to automatically close the issue once your change is merged.
+ issue number in the commit message, eg. "This is a partial fix
+ for #646". This will link your commit into the issue comments. If
+ your change is a fix for the bug, put the word "fixes" before the
+ issue number to automatically close the issue once your change
+ is merged.