Skip to content

Commit 7277889

Browse files
authored
docs: Document semantic PR title guidance (#2060)
## Summary Document PR title expectations for AI coding agents working in this repository. - Require semantic/conventional PR title prefixes such as `feat:`, `fix:`, `docs:`, `chore:`, or `test:`. - Tell agents not to use `[codex]` in PR titles. - Ask agents to match the title type to the primary user-facing change. ## Validation - `mise run lint` - `git diff --check` Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 1dd2189 commit 7277889

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ Pre-built instrumentations:
9494
- **Markdown code blocks**: Always specify language
9595
(e.g., ` ```java`, ` ```bash`, ` ```text`)
9696

97+
## Pull Requests
98+
99+
- PR titles must use semantic/conventional prefixes, for example
100+
`feat: ...`, `fix: ...`, `docs: ...`, `chore: ...`, or
101+
`test: ...`.
102+
- Do not prefix PR titles with `[codex]`.
103+
- Match the PR title type to the primary user-facing change.
104+
97105
## Linting and Validation
98106

99107
**CRITICAL**: These checks MUST be run before creating any

0 commit comments

Comments
 (0)