- Submit a ticket for your issue on GitHub in Repository issues
We are following Gitflow workflow.
- Create feature branch from
master
branch calledfeature/{ISSUE}
where{ISSUE}
is GitHub issue identifier e.g.feature/123
- Make commits of logical units
- Don't forget about tests! :)
- Stick to code standards
- Push your branch to base repository
- Submit a pull request to
master
branch - Wait for someone to review your changes and merge it
- If your pull request is tagged as
To correct
you should fix your code as soon as possible and go back to point 3.