diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5780ce3a80..f2116902ef 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ # Trac ticket number - + -ticket-[number] +ticket-XXXXX # Branch description Provide a concise overview of the issue or rationale behind the proposed changes. @@ -9,7 +9,7 @@ Provide a concise overview of the issue or rationale behind the proposed changes # Checklist - [ ] This PR targets the `main` branch. - [ ] The commit message is written in past tense, mentions the ticket number, and ends with a period. -- [ ] I have checked the "Has patch" **ticket flag** in the Trac system. -- [ ] I have added or updated relevant **tests**. -- [ ] I have added or updated relevant **docs**, including release notes if applicable. -- [ ] For UI changes, I have attached **screenshots** in both light and dark modes. +- [ ] I have checked the "Has patch" ticket flag in the Trac system. +- [ ] I have added or updated relevant tests. +- [ ] I have added or updated relevant docs, including release notes if applicable. +- [ ] I have attached screenshots in both light and dark modes for any UI changes.