Development - hmislk/hmis GitHub Wiki
Development
If you contribute to the project, you can start development as below.
- Create or select an Issue assigned to you
- Create a Local Branch for the Issue
- Fetch from Origin
- Merge to the master branch
- Do the development
- Commit changes when done with the closing message like "Closes #650, Closed #590"
- You may use other commit messages if the issue is not closed.