From fafddf9f9c76378c175700f758c39fc85b158b20 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 29 Jul 2022 16:45:33 -0500 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 80706f02..2cd3f965 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,8 @@ Please delete options that are not relevant. - [ ] 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) +- [ ] Documentation change (Non-code changea affecting only the wiki) +- [ ] Infrastructure change (Changes related to the github repo, build process, or the like) ## Checklist