9 lines
373 B
Markdown
Executable File
9 lines
373 B
Markdown
Executable File
# Contributing
|
|
|
|
1. Fork it!
|
|
2. Checkout the development branch: `git checkout development`
|
|
3. Create your feature branch: `git checkout -b my-new-feature`
|
|
4. Add your changes to the index: `git add .`
|
|
5. Commit your changes: `git commit -m 'Add some feature'`
|
|
6. Push to the branch: `git push origin my-new-feature`
|
|
7. Submit a pull request against the `development` branch |