- Create an issue.
- Fork.
- Create your feature branch (
git checkout -b issues/<issue-number>
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin issues/<issue-number>
). - Create new Pull Request.
git checkout -b issues/<issue-number>
).git commit -am 'Add some feature'
).git push origin issues/<issue-number>
).