Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 318 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 318 Bytes

提交规范

<type>: <subject>
// 注意:英文冒号后有个英文的空格
// 如 feat: 增加了新功能功能

type

  • feat - 新功能 feature
  • fix - 修复 bug

目录结构

  • 全局公共方法、常量放到src/alias
  • 其他公共方法、常量等放到各自的文件夹下