Skip to content

Commit 00da79f

Browse files
Create CONTRIBUTING.md
1 parent dc1cada commit 00da79f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)