From 02389274c61b59385ac339d6d690a148878427f9 Mon Sep 17 00:00:00 2001 From: razzle Date: Tue, 9 Apr 2024 10:11:58 -0500 Subject: [PATCH] chore: update pull_request_template.md (#2428) ## Description As we now use `commitlint` on PR titles, there is no need to have the checklist in the PR description for the type of change. ## Related Issue Fixes N/A ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --- .github/pull_request_template.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2064021e2b..370d4faa9a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,12 +8,6 @@ Fixes # Relates to # -## Type of change - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Other (security config, docs update, etc) - ## Checklist before merging - [ ] Test, docs, adr added or updated as needed