https://www.zhihu.com/question/27462267/answer/204658544

https://gist.github.com/adeekshith/cd4c95a064977cdc6c50

# <type>: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->| # Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| # Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23 # --- COMMIT END ---
# Type can be
# feat (new feature)
# fix (bug fix)
# refactor (refactoring production code)
# style (formatting, missing semi colons, etc; no code change)
# docs (changes to documentation)
# test (adding or refactoring tests; no production code change)
# chore (updating grunt tasks etc; no production code change)
# --------------------
# Remember to
# Capitalize the subject line
# Use the imperative mood in the subject line
# Do not end the subject line with a period
# Separate subject from body with a blank line
# Use the body to explain what and why vs. how
# Can use multiple lines with "-" for bullet points in body
# --------------------
# For more information about this template, check out
# https://gist.github.com/adeekshith/cd4c95a064977cdc6c50

Commit message 和 Change log 编写指南

Conventional Commits

最新文章

  1. Linux服务器配置之加载硬盘
  2. MFC工程资源相对路径
  3. 【LINUX命令】之MV
  4. lua if
  5. caffe之(四)全连接层
  6. tcpreplay安装使用经验
  7. linux指令备份
  8. BASE64URL解析
  9. Ubuntu下安装composer及配置
  10. nginx之 nginx虚拟机配置
  11. python数据类型(字符串、列表操作)
  12. linux五种I/O模型
  13. C#_02.10_基础一_.NET框架
  14. Ionic 入门与实战之第三章:Ionic 项目结构以及路由配置
  15. SpringMVC之接收请求参数和页面传参
  16. easyui中datagrid常见功能
  17. Xcode 新建bundle id不同的且app图标也不同的新的target的步骤
  18. MongoDB 2.6配置副本集,支持端口号修改和用户登录认证
  19. 详细介绍Base64的编码转换方式
  20. (C/C++学习笔记) 十六. 预处理

热门文章

  1. WebSocket 前端封装
  2. 系统级脚本 rpcbind
  3. 题解 P2657 【[SCOI2009]windy数】
  4. 【BZOJ 1192】[HNOI2006]鬼谷子的钱袋
  5. MYSQL锁表问题的解决方法
  6. Cannot set web app root system property when WAR file is not expanded
  7. hdu 4771 求一点遍历全部给定点的最短路(bfs+dfs)
  8. LightOJ - 1038 Race to 1 Again 递推+期望
  9. 使用iOS原生sqlite3框架对sqlite数据库进行操作
  10. Win32++:可替代MFC的Windows桌面应用开发框架