razorWiki/CONTRIBUTING.md
2022-05-19 11:49:17 -07:00

15 lines
1.1 KiB
Markdown

# How to contribute
## [Submit a bugs(issues)](https://github.com/bj97301/razorWiki/issues/new)
## Add content
* View the project on GitHub. ![View on GitHub button](./images/contributing/8ABF4377-DCB6-4F11-8A7F-5E295029AC22.jpeg)
* Navigate to the file you want to edit.
* 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.![change stuff](./images/contributing/2changeStuff.png)
* Add a commit message. Should attempt to be useful like `rename this thing`![commitMessage](./images/contributing/3commitMessage.png)
* Add details to your pull request(pr). Something like `add a guide for doing this to this bike`![prDeets](./images/contributing/4pullRequestDeets.png)
* Click the `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)