Skip to content

Task Workflow

Adam edited this page May 19, 2020 · 3 revisions

Create a branch

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

Clone this wiki locally