summaryrefslogtreecommitdiffstats
path: root/Contributing.txt
diff options
context:
space:
mode:
authorBluebie <a@creativepony.com>2013-12-17 19:41:01 +1100
committerBluebie <a@creativepony.com>2013-12-17 19:41:01 +1100
commit21cc37140b779db39a63ba7747ade08f99513594 (patch)
tree9b9a076bed87be33395f6caa92256b1768c43ce4 /Contributing.txt
parent58caa36ba05e06799201ae4a088401dabdddb2c3 (diff)
downloadmicronucleus-21cc37140b779db39a63ba7747ade08f99513594.tar.gz
micronucleus-21cc37140b779db39a63ba7747ade08f99513594.tar.bz2
micronucleus-21cc37140b779db39a63ba7747ade08f99513594.zip
Contributing info - read this before you commit stuff to git!
Diffstat (limited to 'Contributing.txt')
-rw-r--r--Contributing.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Contributing.txt b/Contributing.txt
new file mode 100644
index 0000000..b83a266
--- /dev/null
+++ b/Contributing.txt
@@ -0,0 +1,13 @@
+Before contributing, please keep in mind the following:
+
+ - Have a look at License.txt
+ - If you're going to write or change C or Ruby code, read Style Guide.txt
+ - When writing commit messages, please prefix your message with one of these:
+ firmware:
+ upgrade:
+ commandline:
+ ruby:
+ tests:
+ This will help us all understand what your commit is primarily in relation
+ to when reading through the commit history hunting for specific changes.
+ - Even if you aren't writing code, we prefer spaces to tabs.