From 0e2c50c374328c31e268dd41178fee9558b2fda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 12 Nov 2019 11:56:22 +0100 Subject: [PATCH] A new issue category for feature/change requests --- .github/ISSUE_TEMPLATE/feature_request.md | 52 +++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..65f31dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,52 @@ +--- +name: Feature or Change Request +about: Request a new feature or a change of the current behavior +title: '' +labels: '' +assignees: '' + +--- + + + +## Desired Behavior + + +... + +## Contrast to Current Behavior + + +... + +## Changes Required + + +... + +## Discussion: Benefits and Drawbacks + + +...