Skip to content

Contributor guidelines for developers

nehagoel2 edited this page Jan 23, 2018 · 8 revisions

Creating an issue:

Developer calls for milestone and sprint planning:

How issues are chosen for a milestone or a sprint:

Working on an issue:

Once you choose an open issue to work, add yourself as an assignee. Create a branch for that issue. Name that branch as "#IssueNo-short-three-word-description-of-the-issue". If you are working on multiple issues in a single branch you can name all the issue numbers in the Good branch names:

  • #200-language-support-for-odiya
  • #108-#109-#112-added-activity-for-patient-registration

Bad branch names:

  • julies-branch

Commit frequently to your branch! Name your commits something meaningful! Good commit descriptions:

  • Fix for issue #425
  • Created sync activity Bad commit descriptions:
  • Minor fixes
  • John's commits

Creating a pull request for your branch and merging it into the master:

Clone this wiki locally