summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-22 12:37:13 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-11-22 12:37:13 -0400
commit716787db49898d528b41f43087400017a73a54c2 (patch)
tree115965a6f8c493af4a91153a345f43a06bf03107 /CONTRIBUTING.md
parent148fcf21b5d03deabffc1e417a1683d0b34a2c5c (diff)
minor nits
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2ad29de7..8158b3a9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,7 +16,8 @@ If you are familiar with doing Pull Requests, you can ignore detailed instructio
If you are not familiar with the Pull Request process, these steps explain further:
-### One time
+### Detailed instructions (for folks who are not familiar with Pull Requests)
+#### One time
* [Fork](https://guides.github.com/activities/forking/) zmNinja using the "Fork" button on the top right of the [zmNinja project](https://github.com/pliablepixels/zmNinja). This creates your own copy (or fork) of zmNinja on github:
* Now launch a command line and make a local copy of your fork
@@ -30,7 +31,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