We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b170db4 commit fc1d559Copy full SHA for fc1d559
CONTRIBUTING.md
@@ -35,8 +35,8 @@ Use [Feature Branch workflow](https://es.atlassian.com/git/tutorials/comparing-w
35
```sh
36
$ git checkout -b <VC-ID-feature-branch-in-kebab-case>
37
# Edit some code
38
-$ git commit -m "Message for change [VC-ID]"
39
-$ git push -u origin <feature-branch-in-kebab-case>
+$ git commit -m "[VC-ID] Message for change"
+$ git push -u origin <VC-ID-feature-branch-in-kebab-case>
40
```
41
42
### Bring builder up to date
0 commit comments