- Before start anything, search previous issues or pull requests, as yours may be a duplicate.
- To start any change in the code, please, create a pull request.
- After your changes, check if it broke the tests, fix it or create new tests if needed.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request to
master
branch