docs: clarify PR template rules in AGENTS.md (#36422)

This commit is contained in:
Jesse Hallam 2026-05-05 11:47:10 -03:00 committed by GitHub
parent dd9d16128c
commit e43608762d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,4 +2,8 @@
## Pull Requests
When creating a pull request, follow `.github/PULL_REQUEST_TEMPLATE.md`.
When creating a pull request, follow `.github/PULL_REQUEST_TEMPLATE.md` exactly:
- Remove all `<!-- -->` comments.
- Omit sections that are not applicable (Ticket Link, Screenshots) — do not write N/A, just remove the header.
- The `#### Release Note` header and its "```release-note" fenced code block **must always be present** (WITHOUT escaping the ``` characters). Write `NONE` if the change has no API, schema, UI, or breaking changes.