diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-25 13:31:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-25 14:01:41 +0800 |
| commit | 473cd8e575d03d8bd5439e81cb6835f56a1e964f (patch) | |
| tree | eb269c994882b495a494f659b631add85d6812b5 | |
| parent | 757b1e412c8617cacd8ba0e428554e7f44e9d0e8 (diff) | |
docs(CONTRIBUTING): encourage Conventional Commits usage
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db5e288..bf66adc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,7 @@ Before contributing, we recommend reading [README](README.md) to get an overview 2. **Commit Messages** - Clearly and concisely describe the changes, no stringent requirements - Provide more detail for complex changes, keep it brief for simple changes + - But: if you use [Conventional Commits](https://www.conventionalcommits.org/), it would make me even happier :) 3. **CHANGELOG** - If the submission includes functional changes or fixes, **the PR must include modifications to CHANGELOG.md** to describe the changes |
