From 9af593f11f2aebbde97e863653de1c7954386425 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Tue, 27 Aug 2024 08:43:06 -0500 Subject: [PATCH] Use Heading-4 for PR template for screen-readers. To better integrate with GitHub's PR page, our PR template should result in h4 elements rather than h1. See https://marijkeluttekes.dev/blog/articles/2024/08/19/quick-tip-use-h4-in-github-issue-descriptions/ --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 631ffac41..fd2dc52cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -# Description +#### Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Your commit message should include @@ -6,7 +6,7 @@ this information as well. Fixes # (issue) -# Checklist: +#### Checklist: - [ ] I have added the relevant tests for this change. - [ ] I have added an item to the Pending section of ``docs/changes.rst``.