- Submit an issue (feature request or bug)
- Create a branch:
git checkout -b feature/feature-implementing
- Commit changes to the branch:
git add . && git commit -m "Present tense commit message"
- Push the changes:
git push -u origin feature/feature-implementing
- Submit a pull request