Skip to content

Commit

Permalink
[D] adjust mark sign priority
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Dec 22, 2024
1 parent 30a1036 commit 6887d93
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/dev/git-commit-message-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@

如果一件事同时可以用多种标记符号表示,请按本列表从上到下的优先顺序选择。

- `[+]` 新增内容
- `[-]` 删除内容
- `[F]` 修复Bug(Fix)
- `[S]` 解决安全问题(Security)
- `[O]` 性能优化(Optimize)
- `[R]` 重构代码(Refactor)
- `[U]` 更改依赖版本(Update)
- `[D]` 文档更改(Document)
- `[D]` 文档相关(Document)
- `[W]` 进行中(Working in progress)
- `[!]` 破坏性更改
- `[C]` 持续集成/部署相关(CI/CD)
- `[!]` 破坏性更改
- `[+]` 新增内容
- `[-]` 删除内容
- `[P]` 合并PR(Pull Requests)
- `[O]` 其他(Others)

0 comments on commit 6887d93

Please sign in to comment.