Skip to content

Commit 423ad36

Browse files
Use Heading-4 for PR template for screen-readers. (#1999)
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/
1 parent c0419dd commit 423ad36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Description
1+
#### Description
22

33
Please include a summary of the change and which issue is fixed. Please also
44
include relevant motivation and context. Your commit message should include
55
this information as well.
66

77
Fixes # (issue)
88

9-
# Checklist:
9+
#### Checklist:
1010

1111
- [ ] I have added the relevant tests for this change.
1212
- [ ] I have added an item to the Pending section of ``docs/changes.rst``.

0 commit comments

Comments
 (0)