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 include feat, fix, docs, refactor, perf, test, build, ci, chore, style, and revert. Use a lowercase imperative summary without a trailing period.

Summary

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 .env files, 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.yaml remains tracked and catalog changes were reviewed where applicable.
  • git diff --check passes.