-
Notifications
You must be signed in to change notification settings - Fork 1
Development strategy
Will Price edited this page May 11, 2019
·
4 revisions
Tackling an issue:
- Create a new branch for the issue named
<issue-id>-<description> - Do the work described in the task
- 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
-