From a061077909bc8e5b3b07bdb9d8693ff7e6db8583 Mon Sep 17 00:00:00 2001 From: Pinterics David <55298934+pinterid@users.noreply.github.com> Date: Wed, 5 Aug 2020 11:03:46 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE Improve code quality. --- PULL_REQUEST_TEMPLATE | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE index 7f6e283..85734e6 100644 --- a/PULL_REQUEST_TEMPLATE +++ b/PULL_REQUEST_TEMPLATE @@ -1,28 +1,28 @@ **Checklist:** - - [ ] Have you added an explanation of what your changes do and why you'd like them to be included? - - [ ] Have you updated or added documentation for the change? - - [ ] Have you tested your changes with successful results? +- [ ] Have you added an explanation of what your changes do and why you'd like them to be included? +- [ ] Have you updated or added documentation for the change? +- [ ] Have you tested your changes with successful results? **Type of Changes:** - - [ ] Bug fix (non-breaking change which fixes an issue) - - [ ] New feature (non-breaking change which adds functionality) - - [ ] Documentation (non-breaking change which adds documentation) - - [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Documentation (non-breaking change which adds documentation) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) **What is the current behavior? (link to any open issues here)** -- +- **What is the new behavior (if this is a feature change)?** -- +- **Other information**: -- +-