-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing to Mukau
Grace-Amondi edited this page Apr 24, 2021
·
3 revisions
The project follows the Github workflow: https://guides.github.com/introduction/flow/:
- Create a branch from dev branch.
- Develop and add commits for adding a new feature, fix bugs, etc...
- Open a pull request, using the squash option squash documentation
- Discuss the code: Changes can be discussed by the team via email or Teams, comments in the pull request issue, etc, but it must be a coordinator of the repository that ultimately approves or rejects the pull request, after consensus.
- After all tests have been done (if there are), the code can be merged with the Master branch.