summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-21 15:28:09 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-11-21 15:28:09 -0400
commit4823a02f98777f5f26e244d2bc12ca56028eefc9 (patch)
tree45e6151acaf67f1ef530a9835e29d9f16e757d36 /CONTRIBUTING.md
parent55e72f3234c57505255c97bde758af6fcfb888ad (diff)
updates
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0018f55b..5f6d94a7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,15 +1,15 @@
-####Contributing to zmNinja
+##Contributing to zmNinja
The source code will always be available under CC BY-NC-SA 4.0. If you'd like to contribute please know that if your changes are accepted and merged they will make it to the App/Play Store when I publish the app. This does not entitle you to any remuneration - If you still would like to contribute and make this solution better, please go right ahead. If you feel this prohibits you from contributing, please create a bug report or enhancement request via the github issue tracker and I'll incorporate it when I have time/agree its a good idea.
Thanks.
-##### Steps for code contribution
+## Steps for code contribution
It's best if you follow a proper process to contribute code - makes it easy for me to track/review. You will need `git`
-###### One time
+### One time
* checkout zmNinja and make sure you link it to my repository(you only need to do this once)
* This sets up a local copy of my repo
@@ -22,7 +22,7 @@ git add upstream https://github.com/pliablepixels/zmNinja.git
```
-###### every time you want to contribute
+### Every time you want to contribute
* cd `<wherever you cloned my repo>/zmNinja`
* Make sure you have the latest version of my repo