From 15b0e0c5bd7520b2ab6172e1e807985acc7f3f94 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Mon, 8 Jan 2024 10:59:03 -0300 Subject: [PATCH] chore: Change PR template to have bullet points instead of checkboxes for type (#13096) --- .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 9e97f9e6d6..8691d73057 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,12 +19,12 @@ Fixes # (issue) -- [ ] 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) -- [ ] Tests (Unit/Integration/E2E or any other test) -- [ ] 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) +- Tests (Unit/Integration/E2E or any other test) +- This change requires a documentation update ## How should this be tested?