Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 395 Bytes

Development.md

File metadata and controls

13 lines (9 loc) · 395 Bytes

Development

If you contribute to the project, you can start development as below.

  1. Create or select an Issue assigned to you
  2. Create a Local Branch for the Issue
  3. Fetch from Origin
  4. Merge to the master branch
  5. Do the development
  6. Commit changes when done with the closing message like "Closes #650, Closed #590"
  7. You may use other commit messages if the issue is not closed.