From 32699bcea77d2c699a54557d1ff28b4b7dc6e557 Mon Sep 17 00:00:00 2001 From: Florian Richter Date: Fri, 13 Dec 2019 14:07:00 +0100 Subject: [PATCH] Simplify PR template (#30) --- .github/pull_request_template.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 93880886..233743a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,22 +4,10 @@ Give a brief description of the changes in this PR. If this relates to a bug or -## Type of Changes - -- [ ] Bug Fix -- [ ] New Feature -- [ ] Documentation Update - ## Checklist -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] I have added necessary documentation - -## Breaking Changes - -In general avoid breaking changes, but if you think it is necessary give your reasoning in the _Further Comments_ section. - -- [ ] I have not introduced breaking changes +- [ ] I have added or adjusted tests that prove my fix is effective or that my feature works +- [ ] I have added or adjusted documentation ## Further Comments