Skip to content

Commit c253c01

Browse files
committed
docs: correct branch naming example (#474)
1 parent c5e1d7f commit c253c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ chore/release-pipeline-cleanup
5555
```bash
5656
git checkout develop
5757
git pull origin develop
58-
git checkout -b "feat(scope): your-clear-description"
58+
git checkout -b feat/scope-your-clear-description
5959
```
6060

6161
### 2. Make Your Changes

0 commit comments

Comments
 (0)