From 49fc8e8311e03f49745a10fd13a04a013f70eb4b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 15 Feb 2022 15:58:21 -0800 Subject: [PATCH] Syntax highlight release notes in pull request template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 103e8598c60d..8cb978d50d56 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -40,7 +40,7 @@ Use :white_check_mark: or (x) to signal selection. ( ) No release notes entries required. ( ) Release notes entries required with the following suggested text: -``` +```markdown # Section * Fix some things. ({issue}`5678`) ```