Skip to content

Commit 26c46b9

Browse files
zk4antfu
andauthored
doc: Commit log should follow semver rule (#2477)
Co-authored-by: Anthony Fu <[email protected]>
1 parent f6ac860 commit 26c46b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Some common test helpers, e.g. `testDir`, `isBuild` or `editFile` are available
5454

5555
- If fixing bug:
5656

57-
- If you are resolving a special issue, add `(fix #xxxx[,#xxxx])` (#xxxx is the issue id) in your PR title for a better release log, e.g. `update entities encoding/decoding (fix #3899)`.
57+
- If you are resolving a special issue, add `(fix #xxxx[,#xxxx])` (#xxxx is the issue id) in your PR title for a better release log, e.g. `fix: update entities encoding/decoding (fix #3899)`.
5858
- Provide a detailed description of the bug in the PR. Live demo preferred.
5959
- Add appropriate test coverage if applicable. You can check the coverage of your code addition by running `yarn test --coverage`.
6060

0 commit comments

Comments
 (0)