Loading... # 内容 * `fix`:表示修复 bug。 * 例子:`fix: correct typo in login page` * `docs`:表示对文档的修改,如 README 或其他文档的更新。 * 例子:`docs: update API documentation` * `style`:表示代码风格的改动(如格式化、缩进、空格等),不影响功能。 * 例子:`style: reformat code for consistency` * `refactor`:表示重构代码,通常指对代码结构的改动,但不增加新功能,也不修复 bug。 * 例子:`refactor: simplify user service logic` * `perf`:表示优化代码性能,提升系统效率。 * 例子:`perf: optimize database query performance` * `test`:表示添加或修改测试用例。 * 例子:`test: add unit tests for authentication module` * `chore`:表示杂项任务,如更新构建工具、脚本、依赖项等,不影响功能。 * 例子:`chore: update dependencies` * `ci`:表示与持续集成(Continuous Integration)相关的更改。 * 例子:`ci: add GitHub Actions for testing` * `build`:表示对构建系统或依赖的更改。 * 例子:`build: update webpack configuration` * `revert`:表示撤销某次提交的更改,恢复之前的状态。 * 例子:`revert: revert "add login functionality"` * `wip`(Work In Progress):表示工作中的提交,通常用于暂时保存开发中的代码,还未完成。 * 例子:`wip: draft of user profile page` ![image.png](https://www.zunmx.top/usr/uploads/2024/11/337957792.png) © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏