From 3ec04001808d959c36d9257dc2dedd52b7780e03 Mon Sep 17 00:00:00 2001 From: "Antenore Gatta (tmow)" Date: Mon, 21 Mar 2022 10:43:17 +0100 Subject: Setting default issue/MR templates --- .gitlab/merge_request_templates/Default.md | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitlab/merge_request_templates/Default.md (limited to '.gitlab') diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 000000000..701963595 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.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. -- cgit v1.2.3