From 02d32321aa6e57cd331266b2badff2f7b4fb1e12 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 28 Mar 2023 05:43:27 -0300 Subject: [PATCH] Updated the PR template to not use checkboxes for 'Type of change' (#7960) * Updated the PR template to not use checkboxes for 'Type of change' * Changed wording of options to bullets --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e132dcf52a..e07890b8fe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,13 +12,13 @@ Fixes # (issue) ## Type of change - + -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] Chore (refactoring code, technical debt, workflow improvements) -- [ ] 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 documentation update +- Bug fix (non-breaking change which fixes an issue) +- Chore (refactoring code, technical debt, workflow improvements) +- 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 documentation update ## How should this be tested?