From 2dd3244bd7e13435b88697ee0373a68a18426ecc Mon Sep 17 00:00:00 2001 From: Cameron Meissner Date: Wed, 17 Dec 2025 10:26:36 -0800 Subject: [PATCH] chore: update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 50 +------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3087ba52a28..d59496a96c5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,57 +1,9 @@ -**What type of PR is this?** - - - **What this PR does / why we need it**: **Which issue(s) this PR fixes**: - Fixes # - -**Requirements**: - -- [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) - -- [ ] includes documentation -- [ ] adds unit tests -- [ ] tested upgrade from previous version -- [ ] commits are GPG signed and Github marks them as verified - -**Special notes for your reviewer**: - -**Release note**: - -``` -none -```