diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c80cad6..fc333bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,11 +37,114 @@ The project directory structure is classified in detail as follows: - `widgetframe`: 和无边框界面标题栏相关的代码。/ Code related to the borderless dialog title bar. - `theme`: 软件主题文件,里面每个文件夹以主题名命名(必须英文)。/ Software theme files, each folder in it is named with the theme name (must be in English). +### 递交注释格式 / Commit Message Format + +每条提交消息都由**标题(header)**、**正文(body)**和**页脚(footer)**组成。标题具有特殊格式,其中包括**类型(type)**、**范围(scope)**和**主题(subject)**: + +Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type**, a **scope** and a **subject**: + +```bash +(): + + + +