-
Notifications
You must be signed in to change notification settings - Fork 48
Contributor guidelines for developers
nehagoel2 edited this page Jan 23, 2018
·
8 revisions
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