mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
docs: clarify PR template rules in AGENTS.md (#36422)
This commit is contained in:
parent
dd9d16128c
commit
e43608762d
1 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue