Skip to content

Commit bf1bd0b

Browse files
author
Cody Reeves
authored
Create CONTRIBUTING.md
1 parent 1963265 commit bf1bd0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
If you would like to contribute, please follow these simple steps, Thanks!
2+
3+
1. Fork it
4+
2. Create your new branch, please add `bug` if its a bug fix or `feature` for a feature: `git checkout -b feature-name-what-you-like`
5+
3. Commit your changes: `git commit -am 'Add some stuff'`
6+
4. Push to the branch: `git push origin feature-name-what-you-like`
7+
5. Submit a pull request

0 commit comments

Comments
 (0)