From e0f7502cdc00551c83932e8833fb9985a8e6f2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irving=20Mondrag=C3=B3n?= Date: Sun, 15 Mar 2026 00:27:10 +0100 Subject: [PATCH] chore: make PR template sections fill-in-ready MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Irving MondragΓ³n --- .github/pull_request_template.md | 47 +++++++++++++++++--------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index af37dda..3f21204 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,20 +2,34 @@ - - ---> +Fixes # + +# Type of PR + + + +/kind your-label-here # Submitter Checklist - [ ] Includes tests if functionality changed/was added - [ ] Includes docs if changes are user-facing -- [ ] [Set a kind label on this PR](https://prow.k8s.io/command-help#kind) +- [ ] Kind label has been set - [ ] Release notes block has been filled in, or marked NONE See [the contributor guide](https://github.com/shipwright-io/.github/blob/main/CONTRIBUTING.md) @@ -23,30 +37,19 @@ for details on coding conventions, github and prow interactions, and the code re # Release Notes - ```release-note -NONE +your release note here ``` --->