diff --git a/.gitlab/issue_templates/Enhancement.md b/.gitlab/issue_templates/Enhancement.md new file mode 100644 index 0000000000000000000000000000000000000000..f51c06d2a4c5b732bda2b0e9598c0b629e501445 --- /dev/null +++ b/.gitlab/issue_templates/Enhancement.md @@ -0,0 +1,38 @@ +### Requirements + +* Filling out the template is required. Any Enhancement 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 + +## Descriptive title for this enhancement + +<!-- required --> + +### Actual behavior + +<!-- What actually happens --> + +### Expected behavior + +<!-- What you expect to happen--> + +### Step by step description of new behaviour + +<!-- Required --> +1. [First Step] +2. [Second Step] +3. [and so on...] + +### 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 -->