chore: add detailed changeset guides for contributing (#9362)

This commit is contained in:
Taesu
2026-04-27 09:32:30 +09:00
committed by GitHub
parent 3e4fc8ca74
commit edc321a7f5

View File

@@ -189,6 +189,13 @@ Pick the bump type based on user impact:
- **`patch`** for bug fixes and additive changes existing users don't need to know about.
- **`minor`** or **`major`** for anything existing users need to be aware of (see [Branch Targeting](#branch-targeting)).
A good description:
- Write for end users reading the changelog, not for the PR reviewer.
- Be clear and concise.
- Explain what changed, not a commit-style prefix (e.g. `fix:`, `feat:`).
- Describe the symptom users see, not the internal cause.
If you're not sure whether your change needs one, a maintainer will handle
it before merge.