From bbf3d827a8f6b00eb175dcde7da32f64d3a0602a Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Sun, 25 Feb 2024 10:37:16 -0600 Subject: [PATCH] Cleanup PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 59a6c14..b182aba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,19 @@ -**Description** +### Description A clear and concise description of what was changed. -**Issues** -A list of GitHub issues related to this PR. +Fixes # (issue number) -**Type of Change** +### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a schema change - [ ] This change requires a documentation update -**Testing Done** +### Testing Done A clear and concise description of the new tests added to validate the change as well as any manual testing done. -**Checklist** +### Checklist - [ ] I have added tests that prove my change works as expected, and `make test` passes with no new errors or warnings - [ ] I have performed a self-review of my own code - [ ] I have commented my code in particularly hard-to-understand areas