Skip to content

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/:

  1. Create a branch from dev branch.
  2. Develop and add commits for adding a new feature, fix bugs, etc...
  3. Open a pull request, using the squash option squash documentation
  4. 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.
  5. After all tests have been done (if there are), the code can be merged with the Master branch.

Clone this wiki locally