pull_request_template.md
August 13, 2026 ยท View on GitHub
Write the PR title and every body section in English. PR title format:
<type>[optional scope][!]: <short summary>, max 72 characters. Common types includefeat,fix,docs,refactor,perf,test,build,ci,chore,style, andrevert. Use a lowercase imperative summary without a trailing period.
Summary
Related Issue
Changes
Type of Change
- Bug fix
- New feature
- Refactor or maintenance
- Documentation
- Deployment or configuration
Verification
Compatibility, Security, and Operations
None.
Checklist
- The PR title and body are written in English.
- Tests were added or updated for behavior changes, or the reason they are unnecessary is documented.
- No credentials, local
.envfiles, databases, backups, or runtime logs are included. - Environment variable changes are synchronized across examples, Compose,
start.sh, and deployment documentation where applicable. - Shared user-facing behavior is documented consistently in English, Simplified Chinese, and Japanese where applicable.
-
data/model-catalog.yamlremains tracked and catalog changes were reviewed where applicable. -
git diff --checkpasses.