From 3fb2eb256b9f683fe6712d4fe67cffa392ba9e5e Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:03:17 -0400 Subject: [PATCH] chore: update PR template (#13) --- pull_request_template.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 68665bd..0c1cad9 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -3,6 +3,8 @@ Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. + +NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview @@ -11,19 +13,6 @@ first PR. Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. ---> - -## Checklist - - -- [ ] New and updated code has appropriate documentation -- [ ] New and updated code has new and/or updated testing -- [ ] Required CI checks are passing -- [ ] Visual proof for any user facing features like CLI or documentation updates -- [ ] Linked issues closed with keywords