We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1963265 commit bf1bd0bCopy full SHA for bf1bd0b
CONTRIBUTING.md
@@ -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