From 30aeffb9858c7ae2568e8b0a3c2abdd3d4820a15 Mon Sep 17 00:00:00 2001 From: 3EyedRaGa <90416391+3eyedraga@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:41:59 +0530 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Signed-off-by: 3EyedRaGa <90416391+3eyedraga@users.noreply.github.com> --- .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 107e0189..1772cf77 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,9 +9,9 @@ are the most critical to review. --> Please check the options that are relevant. This PR introduces -- [ ] Bug fix (non-breaking change which fixes an existing issue) -- [ ] New feature (non-breaking change which adds new functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Patch: Bug fix (non-breaking change which fixes an existing issue) +- [ ] Minor: New feature (non-breaking change which adds new functionality) +- [ ] Major: Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update