-
Notifications
You must be signed in to change notification settings - Fork 0
Task Workflow
Adam edited this page May 21, 2020
·
3 revisions
Go to the Issues
section of the repository and find a task to do.
When working on a task, always use your own branch so that we can minimize the amount of conflicting code.
feature/#1-add-redux
Add the type of task to the beginning of the branch
feature
, bug
, chore
Add the issue number to the beginning of the branch followed by a dash
#1
, #43
, #393
Add a descriptive name to the branch
add-redux
[#1] add button to the left
Add the issue number with a "#" so that the commit is tracked in the task. Also surround it with [ ]
[#1]
, [#392]
Add a declarative message about the commit.
add button to the left
When you think you are finished working on a task, create a pull request from your branch. Add reviewers to review the pr.