- Select an issue that you want to work on
- Checkout master branch
- Pull changes
- Create new branch with appropriate name (prefix
feat-
for features or prefixfix-
for fixes) - Do your changes
- Commit your changes while following the commit message guidelines
- Push your changes to origin
- Create a pull request (PR) with your pushed branch (in GitHub) 8.1. Optionally select reviewers for your PR
- When ok/accepted,
Squash and merge
the PR - Delete the branch
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.