Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 554 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 554 Bytes

Contributing Guide

编译

npm run build

编译 TypeScript

测试

语法检查

npm run lint

单元测试检查

npm run test

规范

  • 编写时请遵循 tslint 中的配置。
  • 提交代码时 git commit message 请遵循格式化规范,加入 [fix]、[feat]、[chore] 等标记
  • 发起 Pull Request 之前先用 lint 和 test 做检查,确保发 request 时尽量为无 warning 无 error 状态。