From 38e88b11c7dc0eb7e0ee41310b0edc31fcd97460 Mon Sep 17 00:00:00 2001 From: Coline Date: Fri, 4 Mar 2022 15:28:04 +0100 Subject: [PATCH] fix: PR template - Add another changes includes --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 35ec761..4024641 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,9 @@ Please provide a detailed description of what was done in this PR. - [ ] Bugfix (non-breaking change that solves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (change that is not backwards-compatible and/or changes current functionality) +- [ ] Tests +- [ ] Documentation +- [ ] Other (for changes that might not fit in any category) ## Breaking changes