Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 894 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 894 Bytes

贡献博文必读

如果你想参与本仓库的博文的贡献,请仔细阅读项目的内容。

  1. issuses上New issue

  2. 新建issue的Title不要超过50字

  3. 请带上参考目录,必要的解析请带上跳转链接;如果是翻译文章请附上原文的链接。

  4. commit的要点如下:

type: commit 的类型
feat: 新特性
fix: 修改问题
refactor: 代码重构
docs: 文档修改
style: 代码格式修改, 注意不是 css 修改
test: 测试用例修改
chore: 其他修改, 比如构建流程, 依赖管理.
scope: commit 影响的范围, 比如: route, component, utils, build...
subject: commit 的概述, 建议符合 50/72 formatting
body: commit 具体修改内容, 可以分为多行, 建议符合 50/72 formatting
footer: 一些备注, 通常是 BREAKING CHANGE 或修复的 bug 的链接.