Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 657 Bytes

File metadata and controls

31 lines (29 loc) · 657 Bytes

Contributing / 贡献指南

English

  1. Fork the repo and create a focused branch.
  2. Keep each PR scoped to one problem.
  3. Update docs when behavior/config changes.
  4. Run local checks before PR:
npm run typecheck
npm run build
  1. PR description should include:
  • Motivation
  • Key implementation points
  • Risk/regression notes
  • Validation steps

中文

  1. Fork 仓库并创建聚焦分支。
  2. 一个 PR 只解决一个问题。
  3. 行为/配置变更要同步更新文档。
  4. 提交前执行:
npm run typecheck
npm run build
  1. PR 描述请包含:
  • 变更动机
  • 关键实现
  • 风险与回归点
  • 验证步骤