From af0aa69e1ca1ae0e523921ab74b284e1e8d701d0 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sun, 16 Oct 2022 07:43:42 +0200 Subject: [PATCH] Add more change types to the pull request template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 199ed308..ad12d9dc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,10 @@ - [ ] 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 change) +- [ ] Refactoring (a code change that neither fixes a bug nor adds a feature) +- [ ] Styling (changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)) +- [ ] Development (changes that affect the build system or external dependencies) +- [ ] Documentation (changes that affect existing inline documentation) ## Checklist: