From eaacc5c51f148db0ba82475b8f4cb76ac81966bd Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 2 Aug 2023 15:07:51 +0200 Subject: [PATCH] tweak: demote heading levels in PR template (#7176) The PR title is an `

`, so headings in the PR description should start at `

`. --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ec66a1270cb8..442e6e4009f6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -# Which issue does this PR close? +## Which issue does this PR close? -# What changes are included in this PR? +## What changes are included in this PR? -# Are these changes tested? +## Are these changes tested? -# Are there any user-facing changes? +## Are there any user-facing changes?