Update and rename guide_for_contributing.txt to guide_for_contributing.md

This commit is contained in:
Electroblob
2018-01-30 16:35:25 +00:00
committed by GitHub
parent d84a624719
commit e0223a3208
@@ -1,4 +1,4 @@
Guide for contributing to this repository
# Guide for contributing to this repository
I like my code to be tidy, so it saves me time if yours is too. Here are a few general guidelines for how to submit a good PR:
@@ -10,4 +10,4 @@ I like my code to be tidy, so it saves me time if yours is too. Here are a few g
- Follow naming conventions. BLOCK_CAPITALS for constants, CapitalisedWords for classes, camelCase for almost everything else.
- This isn't code related, but when you submit a PR, please tell me what it does! You don't need much, just something like "Makes item X do X" or "Fixes #162". If you're resolving an issue, put "Fixes", "Closes" or "Resolves" and then the issue number and Github will close it automatically.
- This isn't code related, but when you submit a PR, please tell me what it does! You don't need much, just something like "Makes item X do X" or "Fixes #162". If you're resolving an issue, put "Fixes", "Closes" or "Resolves" and then the issue number and Github will close it automatically.