diff --git a/.gitlab/merge_request_templates/Merge.md b/.gitlab/merge_request_templates/Merge.md new file mode 100644 index 0000000000000000000000000000000000000000..830192a06e976c15077050d3724de12ff1e88e97 --- /dev/null +++ b/.gitlab/merge_request_templates/Merge.md @@ -0,0 +1,29 @@ +### Requirements + +* Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. +* All new code requires tests to ensure against regressions + +## Title of the Pull Requests + +<!-- required --> + + +### Description of the Change + +<!-- required --> +<!-- can be an aglomeration of commits bodies --> + +### Benefits + +<!-- optional --> +<!-- What benefits will be realized by the code change? --> + +### Possible Drawbacks + +<!-- optional --> +<!-- What are the possible side-effects or negative impacts of the code change? --> + +### Applicable Issues + +<!-- optional --> +<!-- Enter any applicable Issues here --> \ No newline at end of file