Skip to content

Development strategy

Will Price edited this page May 11, 2019 · 4 revisions

Tackling an issue:

  1. Create a new branch for the issue named <issue-id>-<description>
  2. Do the work described in the task
  3. Commit with the format <tag> <description> (closes <issue-id>), where <tag> is one of the following:
    • [feature] - For adding a new feature/functionality
    • [bugfix] - For fixing a bug
    • [ci] - For CI related work
    • [doc] - For adding documentation
    • [test] - For test related work
Clone this wiki locally