From d0c86d44aba274f46782d347022dd2a256f45b80 Mon Sep 17 00:00:00 2001 From: "Kevin R. Whitley" Date: Wed, 31 May 2023 14:39:24 -0500 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 10041627..b88351f4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ Please explain the changes you made here. Select only one. +- [ ] 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)