From ee5fba33235e7d9cbaac73f9db0f3644768919f1 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 1 Oct 2024 09:51:50 -0700 Subject: [PATCH 1/2] Improve pull request description template --- .github/pull_request_template.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2977a0a3a1622..e487fd2c1bd91 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,19 @@ - - + + ## Description - + ## Additional context and related issues - + ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. @@ -17,6 +21,6 @@ ( ) Release notes are required, with the following suggested text: ```markdown -# Section +## Section * Fix some things. ({issue}`issuenumber`) ``` From 1654fad69bd2e6d67365ebdbf1587a4211af5d88 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 1 Oct 2024 11:43:59 -0700 Subject: [PATCH 2/2] Adjust PR template to use checkbox --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e487fd2c1bd91..25e647874df5b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,9 +16,9 @@ and contact us on #core-dev in Slack. --> More info at https://trino.io/development/process#release-note --> ## 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