From 473cd8e575d03d8bd5439e81cb6835f56a1e964f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 25 Jun 2026 13:31:29 +0800 Subject: docs(CONTRIBUTING): encourage Conventional Commits usage --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit