From 6c62b9a784d1ce8560fdeab696b6335c1ddb6801 Mon Sep 17 00:00:00 2001 From: Daniel Scholl Date: Tue, 7 Jul 2020 07:58:47 -0500 Subject: [PATCH] Merge Request Template Added --- .gitlab/merge_request_templates/default.md | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitlab/merge_request_templates/default.md diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 00000000..019a5e06 --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,28 @@ +## All Submissions: +------------------------------------- +* [YES/NO] I have added an explanation of what changes in this merge do and why we should include it? +* [YES/NO] I have updated the documentation accordingly. +* [YES/NO/NA] I have added tests to cover my changes. +* [YES/NO/NA] All new and existing tests passed. +* [YES/NO/NA] My code follows the code style of this project. +* [YES/NO/NA] I ran lint checks locally prior to submission. + +## What is the issue or story related to the change? +------------------------------------- + + +Description: + +Issue: + + +## Does this introduce a breaking change? +------------------------------------- +- [YES/NO] + + + + +## Other information +------------------------------------- + -- GitLab