Skip to content

Commit fc1d559

Browse files
authored
Update CONTRIBUTING.md (#2038)
* Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md
1 parent b170db4 commit fc1d559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Use [Feature Branch workflow](https://es.atlassian.com/git/tutorials/comparing-w
3535
```sh
3636
$ git checkout -b <VC-ID-feature-branch-in-kebab-case>
3737
# Edit some code
38-
$ git commit -m "Message for change [VC-ID]"
39-
$ git push -u origin <feature-branch-in-kebab-case>
38+
$ git commit -m "[VC-ID] Message for change"
39+
$ git push -u origin <VC-ID-feature-branch-in-kebab-case>
4040
```
4141

4242
### Bring builder up to date

0 commit comments

Comments
 (0)