When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
- Fork it
- Create new branch
- Feature branch:
git checkout -b feature/new-feature-name
orgit checkout -b feature/issue-number
- Bug brach:
git checkout -b bug/issue-number
- Hotfix branch:
git checkout -b hotfix/issue-number
- Feature branch:
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin ft/new-feature-name)
- Create new Pull Request
Please make an issue first if the change is likely to increase.