diff options
| author | nessita <124304+nessita@users.noreply.github.com> | 2024-04-24 10:20:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 10:20:02 -0300 |
| commit | 694a96524b0cf4809f7f597f73d039cb9438cc93 (patch) | |
| tree | 16bd21e1f5ce37e426189c8a25a63568c8881faa /.github | |
| parent | e64d42e753e5c7763398d018f5ccaa95efc7588e (diff) | |
Improved phrasing and removed bold text in the GitHub pull request template.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/pull_request_template.md | 12 |
1 files changed, 6 insertions, 6 deletions
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 -<!-- Replace [number] with the corresponding Trac ticket number, or delete the line and write "N/A" if this is a trivial PR. --> +<!-- Replace XXXXX with the corresponding Trac ticket number, or delete the line and write "N/A" if this is a trivial PR. --> -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. <!-- Backports will be evaluated and done by mergers, when necessary. --> - [ ] 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. |
