- Fork the repo
- Create a branch with the name of the ticket that you are working on
- Make sure you can run the tests
- Do your changes covered with unit tests
- Run the tests again and make sure coverage didn't decrease
- Commit & push your code
- Open a PR from your branch on your fork to the main master branch
- We will review your code
- Once we approve your code go ahead and merge it
- A build will trigger automatically
- We will release a new version with your changes
- We will update on the PR