Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 426 Bytes

File metadata and controls

9 lines (7 loc) · 426 Bytes

项目规则(RuleDoctor 自动生成,请按需修改)

硬性规则

  • 禁止执行 git push --forcegit push -fgit push --force-with-lease
  • 修改代码前先阅读相关文件,不要猜测未读过的 API。
  • 提交前运行项目约定的测试或 lint(若有)。
  • 不要提交密钥、token、.env 到仓库。
  • 用中文向用户解释重要变更(若项目要求中文协作)。