Skip to content

Pull Request Preparation Checklist

Before creating a PR, execute these steps:

  1. Run linting: prettier --write .

  2. Run tests: npm test

  3. Review git diff: git diff HEAD

  4. Stage changes: git add .

  5. Create commit message following conventional commits:

    • fix: for bug fixes
    • feat: for new features
    • docs: for documentation
    • refactor: for code restructuring
    • test: for test additions
    • chore: for maintenance
  6. Generate PR summary including:

    • What changed
    • Why it changed
    • Testing performed
    • Potential impacts
Alpha内测提示:当前为早期内部构建版本,部分章节仍在完善中,也可能存在问题,欢迎在下方评论区留言。