Use cargo x as the source of truth for repository workflows.
- Run
cargo x --helpbefore choosing build, test, lint, or formatting commands. - Run
cargo x <command> --helpfor command-specific behavior.
Follow the semantic definition at .github/semantic.yml.
- Keep title descriptions short.
- Simple PR descriptions should only include a
Summarysection. - Complex PR descriptions may also include a
Design Notessection.