We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e1d7f commit c253c01Copy full SHA for c253c01
1 file changed
CONTRIBUTING.md
@@ -55,7 +55,7 @@ chore/release-pipeline-cleanup
55
```bash
56
git checkout develop
57
git pull origin develop
58
-git checkout -b "feat(scope): your-clear-description"
+git checkout -b feat/scope-your-clear-description
59
```
60
61
### 2. Make Your Changes
0 commit comments