Skip to content

Commit 6866917

Browse files
authored
Update COMMIT_CONVENTION.md
1 parent 8c76374 commit 6866917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/COMMIT_CONVENTION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to read on GitHub as well as in various git tools.
2020

2121
The footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
2222

23-
Samples: (even more [samples](https://github.com/faker-javascript/boolean/commits/dev))
23+
Samples: (even more [samples](https://github.com/faker-javascript/boolean/commits/master))
2424

2525
### Revert
2626
If the commit reverts a previous commit, it should begin with `revert: `, followed by the header of the reverted commit. In the body it should say: `This reverts commit <hash>.`, where the hash is the SHA of the commit being reverted.
@@ -38,7 +38,7 @@ The type of the made changes. Should be one of:
3838
* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
3939

4040
### Scope
41-
The scope could be anything specifying the place of the commit change. For example core, admin-plugin, translation etc...
41+
The scope could be anything specifying the place of the commit change. For example core, docs, etc...
4242

4343
### Subject
4444
The subject contains a succinct description of the change:

0 commit comments

Comments
 (0)