Skip to content

Commit 275d95d

Browse files
committed
chore: improve commit convention examples to be more Vue-specific
1 parent eea0920 commit 275d95d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/COMMIT_CONVENTION.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@
44
55
#### Examples
66

7-
Appears under "Features" header, pencil subheader:
7+
Appears under "Features" header, `compiler` subheader:
88

99
```
10-
feat(pencil): add 'graphiteWidth' option
10+
feat(compiler): add 'comments' option
1111
```
1212

13-
Appears under "Bug Fixes" header, graphite subheader, with a link to issue #28:
13+
Appears under "Bug Fixes" header, `v-model` subheader, with a link to issue #28:
1414

1515
```
16-
fix(graphite): stop graphite breaking when width < 0.1
16+
fix(v-model): handle events on blur
1717
1818
close #28
1919
```
2020

2121
Appears under "Performance Improvements" header, and under "Breaking Changes" with the breaking change explanation:
2222

2323
```
24-
perf(pencil): remove graphiteWidth option
24+
perf(core): improve vdom diffing by removing 'foo' option
2525
26-
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason.
26+
BREAKING CHANGE: The 'foo' option has been removed.
2727
```
2828

2929
The following commit and commit `667ecc1` do not appear in the changelog if they are under the same release. If not, the revert commit appears under the "Reverts" header.
3030

3131
```
32-
revert: feat(pencil): add 'graphiteWidth' option
32+
revert: feat(compiler): add 'comments' option
3333
3434
This reverts commit 667ecc1654a317a13331b17617d973392f415f02.
3535
```

0 commit comments

Comments
 (0)