From 63a83e7f509c0637d46f4ba3e6241932309bdf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 6 Jun 2018 20:19:31 +0000 Subject: [PATCH] Add new template for suggestions --- .gitlab/issue_templates/Suggestion.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitlab/issue_templates/Suggestion.md diff --git a/.gitlab/issue_templates/Suggestion.md b/.gitlab/issue_templates/Suggestion.md new file mode 100644 index 0000000..b0b8830 --- /dev/null +++ b/.gitlab/issue_templates/Suggestion.md @@ -0,0 +1,21 @@ + + +### Description + +[Description of the suggestion] + +### Affected UI areas + +[For example, the pop-up window or the settings page.] + +### Affected core elements + +[For example, the clearurls.js or the log.js.] + +### Mockup + +[Especially ambitious people can add a mockup here.] \ No newline at end of file