From 58add600d6da9000b2e03a2bda0c96557ac745e4 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 8 Sep 2019 14:30:06 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 20f27991d..f953f51b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,18 +15,19 @@ ## Screenshots (if appropriate): ## Types of changes - -- [ ] 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) -- [ ] Updated translation + + + + + + ## Checklist: - + - [ ] I have read the **CONTRIBUTING** document. - [ ] My code follows the code style of this project. +- [ ] All Tests within VisualStudio are passing - [ ] This pull request does not target the master branch. -- [ ] I have updated the changelog file accordingly. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. +- [ ] I have updated the changelog file accordingly, if necessary. +- [ ] I have updated the documentation accordingly, if necessary.