@CONTRIBUTING.md
Before drafting any pull request description, strictly adhere to the rules in CONTRIBUTING.md above.
CONTRIBUTING.md@CONTRIBUTING.md in rule definitions so that PR formatting rules are injected into context whenever PR workflows run.fix: / feat:: User-visible changes ONLY.build: / build(release):: Internal release tooling, developer workflows, and build scripts (prefer build(release): over chore: or tools:, since tools: could be ambiguous with production tools).ci:: .bazelci and Buildkite CI configurations.workflow: / workflows:: GitHub Actions workflow configurations (.github/workflows/).tests:: Test-only changes and test-helper fixes (never fix: or fix(tests):).Work towards #<issue>).