Commit 5be96b8
docs(contributing): commit-prefix semantic-scope convention (#71)
Adds a top-of-file Commit message convention section explaining:
- release-please autobumps semver from Conventional Commits, so version
prefixes (feat(v1.7.0): ...) are redundant and produce a CHANGELOG
where every entry collapses under one synthetic version scope rather
than the actual subsystem
- Use semantic scope: feat(security), fix(cache), docs(readme),
refactor(advocates), test(e2e), etc.
- Allowed types map to release-please default ruleset
- Suggested scope vocabulary covers the 18 main subsystems
- Breaking-change syntax (! / BREAKING CHANGE: footer)
Closes #71 part 1 (CONTRIBUTING).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6ac0f66 commit 5be96b8
1 file changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
7 | 47 | | |
8 | 48 | | |
9 | 49 | | |
| |||
0 commit comments