From d387909047f344c33042f694f679879bdd5c6542 Mon Sep 17 00:00:00 2001 From: "Kevin R. Whitley" Date: Wed, 31 May 2023 15:15:36 -0500 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b88351f4..a0b069eb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,14 +6,15 @@ Please explain the changes you made here. - Link to the related issue: -### Type of Change - -Select only one. +### Type of Change (select one and follow subtasks) - [ ] Maintenance or repo-level work (e.g. linting, build, tests, refactoring, etc.) - [ ] 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) + - [ ] Is this a mainstream benefit or an edge case? + - [ ] Is it worth the bytes? +- [ ] Breaking change (fix or feature that would cause existing functionality/userland code to not work as expected) + - [ ] Explain why a breaking change is necessary: - [ ] This change requires (or is) a documentation update - [ ] I have added necessary local documentation (if appropriate) - [ ] I have added necessary [itty.dev](https://github.com/kwhitley/itty.dev) documentation (if appropriate)