- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
Please review the following before opening a pull request (PR) to help your PR go smoothly:
- Code changes go to the
dev
branch first- To ensure proper testing and quality control, target any code change pull requests against
dev
branch.
- To ensure proper testing and quality control, target any code change pull requests against