diff options
| author | Marijke Luttekes <mail@marijkeluttekes.dev> | 2024-08-20 10:35:56 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-20 12:51:25 +0200 |
| commit | ba46b09f31f0f02eafae28ef8536e4560f98dadb (patch) | |
| tree | df0a251155afc66fc5ce3ca4a33df9b6157c227e /.github/pull_request_template.md | |
| parent | d9ae7f5b580a0e8475bbfe84a86e1bd0fd404663 (diff) | |
Updated GitHub PR template headings to level 4.
GitHub pull request descriptions are rendered as a comment. Comment
titles, which include the PR author, render in a h3. Hence, titles
within the comment body should be header level 4. This makes pull
request descriptions more accessible to screen readers.
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f2116902ef..6c43c1c99a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,12 @@ -# Trac ticket number +#### Trac ticket number <!-- Replace XXXXX with the corresponding Trac ticket number, or delete the line and write "N/A" if this is a trivial PR. --> ticket-XXXXX -# Branch description +#### Branch description Provide a concise overview of the issue or rationale behind the proposed changes. -# Checklist +#### 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. |
