From ceed84aaa4e8a653c302177a441557289e0c9906 Mon Sep 17 00:00:00 2001 From: Daniel Scholl <daniel.scholl@microsoft.com> Date: Wed, 17 Jun 2020 11:27:31 -0400 Subject: [PATCH] Default Merge Request Template --- .gitlab/merge_request_templates/default.md | 38 ++++++++++++++++++++++ 1 file changed, 38 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 000000000..d36be343a --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,38 @@ +## 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 current behavior? +------------------------------------- +<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> + +Issue: Remember to link the workitem to this pull request. + + +## What is the new behavior? +------------------------------------- +<!-- Please describe the behavior or changes that are being added by this PR. --> + +- +- +- + +## Does this introduce a breaking change? +------------------------------------- +- [YES/NO] + +<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> + +## Any relevant logs, error output, etc? +------------------------------------- +(If it’s long, please paste to https://ghostbin.com/ and insert the link here.) + + +## Other information +------------------------------------- +<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> -- GitLab