From 8ae1a5166962c5d0b41b869c6021ddc456407022 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Thu, 29 Nov 2018 14:01:28 +0100 Subject: [PATCH] feat: add issue template for features --- .gitlab/issue_templates/feature.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitlab/issue_templates/feature.md diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md new file mode 100644 index 00000000..cb9b0517 --- /dev/null +++ b/.gitlab/issue_templates/feature.md @@ -0,0 +1,16 @@ +## Description + +(Describe the feature that you're requesting concisely) + + +## Explanation + +(Explain why the feature is necessary) + + +## Dependencies, issues to be resolved beforehand + +(List issues or dependencies that need to be resolved before this feature can be implemented) + + +/label ~meeting