diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f3ed7334..3406a1663 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,21 +1,27 @@ - - + + ## Description - + ## Additional context and related issues - + ## Release notes -( ) This is not user-visible or is docs only, and no release notes are required. -( ) Release notes are required. Please propose a release note for me. -( ) Release notes are required, with the following suggested text: +- ( ) This is not user-visible or is docs only, and no release notes are + required. +- ( ) Release notes are required. Please propose a release note for me. +- ( ) Release notes are required, with the following suggested text: ```markdown -* +## Section +* Fix some things. ({issue}`issuenumber`) ```