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 ``` --->