From ba46b09f31f0f02eafae28ef8536e4560f98dadb Mon Sep 17 00:00:00 2001 From: Marijke Luttekes Date: Tue, 20 Aug 2024 10:35:56 +0200 Subject: [PATCH] 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. --- .github/pull_request_template.md | 6 +++--- 1 file 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 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. - [ ] 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.