From 88dca40dd6490abf46ce4fabffe609925f94e638 Mon Sep 17 00:00:00 2001 From: Vylpes Date: Fri, 15 Jan 2021 18:15:44 +0000 Subject: [PATCH] Update default.md --- .gitlab/merge_request_templates/default.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md index 74b363d..f49bd50 100644 --- a/.gitlab/merge_request_templates/default.md +++ b/.gitlab/merge_request_templates/default.md @@ -8,10 +8,10 @@ Fixes # (issue) 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) -- [ ] This change requires a documentation update +- 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) +- This change requires a documentation update # How Has This Been Tested? @@ -26,4 +26,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes -- [ ] Any dependant changes have been merged and published in downstream modules \ No newline at end of file +- [ ] Any dependant changes have been merged and published in downstream modules