We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1cada commit 00da79fCopy full SHA for 00da79f
CONTRIBUTING.md
@@ -0,0 +1,9 @@
1
+# Contributing
2
+
3
+1. Fork it!
4
+2. Checkout the development branch: `git checkout development`
5
+3. Create your feature branch: `git checkout -b my-new-feature`
6
+4. Add your changes to the index: `git add .`
7
+5. Commit your changes: `git commit -m 'Add some feature'`
8
+6. Push to the branch: `git push origin my-new-feature`
9
+7. Submit a pull request against the `development` branch
0 commit comments