Skip to content

Commit 0add109

Browse files
Create CONTRIBUTING.md
1 parent 2005200 commit 0add109

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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)