From 57af747812aca5e78101f997571a6d8a6767a398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Mon, 13 Sep 2021 09:30:48 +0000 Subject: Typo in merge-request template --- .../General Merge Request.md | 33 ++++++++++++++++++++++ .../Genetal Merge Request.md | 33 ---------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 .gitlab/merge_request_templates/General Merge Request.md delete mode 100644 .gitlab/merge_request_templates/Genetal Merge Request.md (limited to '.gitlab') diff --git a/.gitlab/merge_request_templates/General Merge Request.md b/.gitlab/merge_request_templates/General Merge Request.md new file mode 100644 index 000000000..701963595 --- /dev/null +++ b/.gitlab/merge_request_templates/General Merge Request.md @@ -0,0 +1,33 @@ + + +## Description + + +## Related Issue + + + + + +## Motivation and Context + + +## How Has This Been Tested? + + + + +## 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) + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. diff --git a/.gitlab/merge_request_templates/Genetal Merge Request.md b/.gitlab/merge_request_templates/Genetal Merge Request.md deleted file mode 100644 index 6fa0b26de..000000000 --- a/.gitlab/merge_request_templates/Genetal Merge Request.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## Description - - -## Related Issue - - - - - -## Motivation and Context - - -## How Has This Been Tested? - - - - -## 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) - -## Checklist: - - -- [ ] My code follows the code style of this project. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. -- cgit v1.2.3