summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-21 14:46:02 +0100
committerGravatar Tom Willemse2016-02-21 14:46:02 +0100
commit667d5c890a76e18c4fdf64d9ed7b19a52fd6cd97 (patch)
treee5c523e5d4424095f7a66a92ef37494b17e625b2 /CONTRIBUTING.md
parent15d9481daafa580e40012a4b21242b052539cfc0 (diff)
downloadmode-icons-667d5c890a76e18c4fdf64d9ed7b19a52fd6cd97.tar.gz
mode-icons-667d5c890a76e18c4fdf64d9ed7b19a52fd6cd97.zip
Add contributing guidelines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..08fa6b2
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,22 @@
+Contributions to mode-icons are always welcomed and appreciated. To
+help accept your contributions into mode-icons please consider the
+following guidelines before sending a pull request.
+
+For code:
+
+- Use only spaces for indentation, don't use tabs.
+- Try not to exceed a length of 80 characters on a single line.
+ Definitely don't exceed a length of 100 characters.
+- Update the CHANGELOG.md file when you add, change, fix or delete
+ something users of mode-icons might notice.
+
+For commits:
+
+- Please keep your commits focused on a single topic. Don't fix a bug
+ and include a new icon in a single commit, for example.
+
+Feel free to discuss these guidelines with me, but I won't promise
+I'll change them.
+
+If you find any code that doesn't adhere to these guidelines, please
+feel free to open a pull request with changes that fix it.