| English | 中文 |
This directory provides templates that can be copied into your team’s repository. The goal of these templates is to reduce communication costs and provide a fixed information structure for PRs, Reviews, releases, hotfixes, and AI code reviews.
| Team Stage | Suggested to Start With |
|---|---|
| Personal Projects | Commit Message Convention, Branch Naming Convention |
| Small Teams | Pull Request Template, Code Review Checklist |
| Growing Teams | PR Template, Review Checklist, Issue Template, Release Note |
| Teams with Production Release Pressure | Hotfix Process, Release Note Template |
| AI Programming Teams | AGENTS.md Template, AI Code Review Checklist, PR Template, Commit Message Convention |
You can copy the templates to the .github/ directory of your team’s repository:
.github/
PULL_REQUEST_TEMPLATE.md
ISSUE_TEMPLATE/
bug_report.md
feature_request.md
If the team already has templates, only add the missing fields rather than replacing all processes at once.
At a minimum, add the following to your PR template: