From a5e54daff303b877a826c31f8ecf87216b20a49e Mon Sep 17 00:00:00 2001 From: Zachary Newman Date: Fri, 5 Aug 2022 13:24:38 -0400 Subject: [PATCH] ci: Fix typo in Pull Request template This drives me nuts every time :) Signed-off-by: Zachary Newman --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index eda42a0f..f25ffa80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,9 +5,9 @@ Release Notes: -- [ ] 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) +- [ ] 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) **Description of the changes being introduced by the pull request**: