From f95181c057e75722ef3de61ffe083edb52d663a0 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Fri, 11 Aug 2023 13:20:38 +0200 Subject: [PATCH] Create enhancement issue template --- .github/ISSUE_TEMPLATE/enhancement | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement diff --git a/.github/ISSUE_TEMPLATE/enhancement b/.github/ISSUE_TEMPLATE/enhancement new file mode 100644 index 0000000..ba85fef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement @@ -0,0 +1,20 @@ +--- +name: Enhancement +about: Enhancements and feature requests are always welcome. See discussions regarding central topics. +title: '[Enhancement] ' +labels: 'enhancement' +assignees: '' + +--- + +**What problem is solved by the new feature** +What's the motivation for this topic + +**Describe the feature** +A clear and concise description of what the new feature/enhancement is. + +**Drafts** +Screenshots of Draw.io graph or drawn sketch. + +**Additional context** +Add any other context here.