From 754f3f547e5f518c66ca56e4d6ad55f6de5bfff9 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 6 Nov 2019 23:23:03 -0800 Subject: [PATCH] Issue template - Add "improvement.md" This is basically the same as the bug-report template, except: * "Reproduction steps" become "Example use-case" * "Environment" is removed - because it's not usually a factor. (And if it is, it's generally explicit part of the requirements.) --- .gitlab/issue_templates/improvement.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitlab/issue_templates/improvement.md diff --git a/.gitlab/issue_templates/improvement.md b/.gitlab/issue_templates/improvement.md new file mode 100644 index 0000000000..3f8e98a766 --- /dev/null +++ b/.gitlab/issue_templates/improvement.md @@ -0,0 +1,20 @@ +Overview +---------------------------------------- +_Please describe your improvement in detail._ + +Example use-case +---------------------------------------- +1. Click on **Contacts -> New Individual**. +1. Enter **First Name** and **Last Name** and click **Save**. + +Current behaviour +---------------------------------------- +_What is currently possible? What limit ?_ + +Proposed behaviour +---------------------------------------- +_What should happen? How is this better? If appropriate/available, include any wireframes or mockups._ + +Comments +---------------------------------------- +_Anything else you would like the reviewer to note._ -- 2.25.1