Commit message guidelines
Qubex prefers Conventional Commits style prefixes.
Format
Use:
<type>: <summary>
Examples:
feat: add GHZ sequence helper for linear topologyfix: handle empty entangle steps in contrib helperdocs: clarify local quality gate commandstest: add regression test for state tomography output shape
Recommended types
featfor new user-facing behavior.fixfor bug fixes.docsfor documentation-only changes.refactorfor internal changes without behavior change.testfor test additions/updates.chorefor maintenance tasks.
Good commit messages
- Use imperative mood.
- Keep summary concise and specific.
- Split unrelated changes into separate commits.