From eb08a84261e8bb5fa5273b58110bf967f04b4716 Mon Sep 17 00:00:00 2001 From: Star Poon Date: Wed, 2 Oct 2024 21:27:46 +0900 Subject: [PATCH] Improve pull request description template --- .github/pull_request_template.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) 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`) ```