commit-conventions · git:20260407.84698d9 · 2026-04-07 · sha256 cac84062ed10d690
commit-conventions git:20260407.84698d9A
Immutable. This exact content is served forever at /api/v1/blob/cac84062ed10d690.
--- description: Commit message and PR conventions for scaffold and vllm-ascend submodule alwaysApply: false --- # Commit Conventions ## Scaffold repository (this repo) Standard conventional commits: ``` <type>: <summary> ``` Types: `feat`, `fix`, `refactor`, `docs`, `chore`, `test` ## vllm-ascend submodule Commits inside `vllm-ascend/` must follow the submodule's own conventions — always read `vllm-ascend/AGENTS.md` for the current commit format, sign-off requirements, and PR title rules.