diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ba008b0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# How to contribute + +* Click the edit button on the file you want to update. You can do more than one file at a time. ![edit](./images/contributing/1editButton.png) +* Make changes. Feel free to research markdown syntax if you want to learn something cool.![changeStuff](./images/contributing/2changeStuff.png) +* Add a commit message. Should attempt to be usefull like `rename this thing`![commitMessage](./images/contributing/3commitMessage.png) +* Add details to your pull request(pr). Something like `added guide for doing this to this bike`![prDeets](./images/contributing/4pullRequestDeets.png) +* Click create pull request button then wait for my lazy ass to give feedback or add your changes to the main repository. ![prButton](./images/contributing/5createPRButton.png) +* Yay you did a thing! Now sit back and wait for someone else to do a thing. ![yay](./images/contributing/6yayPr.png) \ No newline at end of file diff --git a/README.md b/README.md index ecb5a97..49e6e6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # razorWiki -Razor wiki n shitz. Make it better and add to it yo. +Razor wiki n shitz. [Make it better and add to it yo.](./CONTRIBUTING.md) ## [Battery stuffs](./batteries.md) diff --git a/images/contributing/1editButton.png b/images/contributing/1editButton.png new file mode 100644 index 0000000..42f6794 Binary files /dev/null and b/images/contributing/1editButton.png differ diff --git a/images/contributing/2changeStuff.png b/images/contributing/2changeStuff.png new file mode 100644 index 0000000..cad939d Binary files /dev/null and b/images/contributing/2changeStuff.png differ diff --git a/images/contributing/3commitMessage.png b/images/contributing/3commitMessage.png new file mode 100644 index 0000000..aa5bc38 Binary files /dev/null and b/images/contributing/3commitMessage.png differ diff --git a/images/contributing/4pullRequestDeets.png b/images/contributing/4pullRequestDeets.png new file mode 100644 index 0000000..72a30e3 Binary files /dev/null and b/images/contributing/4pullRequestDeets.png differ diff --git a/images/contributing/5createPRButton.png b/images/contributing/5createPRButton.png new file mode 100644 index 0000000..3731eee Binary files /dev/null and b/images/contributing/5createPRButton.png differ diff --git a/images/contributing/6yayPr.png b/images/contributing/6yayPr.png new file mode 100644 index 0000000..ac879ae Binary files /dev/null and b/images/contributing/6yayPr.png differ