From 09ddbd4f9476fe88927a45a32356549fc3c25bd4 Mon Sep 17 00:00:00 2001 From: Christian Lanig Date: Tue, 28 Aug 2018 23:31:48 +0200 Subject: [PATCH] Add template for feature requests --- ISSUE_TEMPLATE/feature_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ISSUE_TEMPLATE/feature_template.md diff --git a/ISSUE_TEMPLATE/feature_template.md b/ISSUE_TEMPLATE/feature_template.md new file mode 100644 index 00000000..2ef7696f --- /dev/null +++ b/ISSUE_TEMPLATE/feature_template.md @@ -0,0 +1,14 @@ +# Feature Request + +## I confirm: +- [ ] that I haven't found another request for this feature. +- [ ] that I have checked whether there are updates for my system available that + contain this feature already. + +## Description + +## Justification [optional] + +## Risks [optional] + +## References [optional]