Skip to content

Task Workflow

Adam edited this page May 21, 2020 · 3 revisions

Creating and/or assigning yourself to a task

Go to the Issues section of the repository and find a task to do.

Creating a branch

When working on a task, always use your own branch so that we can minimize the amount of conflicting code.

Example

feature/#1-add-redux

Parts of the branch

1. Type of branch

Add the type of task to the beginning of the branch

feature, bug, chore

2. Issue number

Add the issue number to the beginning of the branch followed by a dash

#1, #43, #393

3. Description

Add a descriptive name to the branch

add-redux

Committing

[#1] add button to the left

Issue number

Add the issue number with a "#" so that the commit is tracked in the task. Also surround it with [ ]

[#1], [#392]

Description

Add a declarative message about the commit.

add button to the left

Pull Request

When you think you are finished working on a task, create a pull request from your branch. Add reviewers to review the pr.