Skip to content

Instantly share code, notes, and snippets.

@but0n
Created December 11, 2016 06:33
Show Gist options
  • Save but0n/ba9dc53c350d2be094000526eed8c94d to your computer and use it in GitHub Desktop.
Save but0n/ba9dc53c350d2be094000526eed8c94d to your computer and use it in GitHub Desktop.
commit规范
  • feat:新功能(feature)
  • fix:修补bug
  • docs:文档(documentation)
  • style: 格式(不影响代码运行的变动)
  • refactor:重构(即不是新增功能,也不是修改bug的代码变动)
  • test:增加测试
  • chore:构建过程或辅助工具的变动
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment