Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .agents/rules/pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Before drafting any pull request description, strictly adhere to the rules in

## Commit & PR Types
* `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).
* `build:` / `build(release):`: Internal release tooling
(`tools/private/release/`), developer workflows, and build scripts. Always
prefer `build(release):` over `chore:` or `chore(release):`.
* `docs:`: Documentation and issue templates (`.github/ISSUE_TEMPLATE/`).
* `ci:`: `.bazelci` and Buildkite CI configurations.
* `workflow:` / `workflows:`: GitHub Actions workflow configurations
(`.github/workflows/`).
Expand Down