From ea74c3b0757347016f92b8e25966ab8ed19424e1 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Thu, 5 Oct 2017 19:15:04 +0200 Subject: [PATCH] :sparkels: feat(gitlab): Add enhancement templates for issues Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be> --- .gitlab/issue_templates/Enhancement.md | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitlab/issue_templates/Enhancement.md diff --git a/.gitlab/issue_templates/Enhancement.md b/.gitlab/issue_templates/Enhancement.md new file mode 100644 index 000000000..f51c06d2a --- /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 --> -- GitLab