From 78571557806b1cb27f40a6f98dc3085ec64e20c8 Mon Sep 17 00:00:00 2001 From: Maarten Pronk <8655030+evetion@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:37:28 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 000000000..83cc8e0da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: New issue template +title: '' +labels: '' +assignees: '' + +--- + +**What** +A clear and concise description of what the problem is. Ex. A user wants to [...] + +**Why** +A clear and concise description of why this feature is needed and its context. + +**How** +A clear and concise description of how a technical implementation in code should look like. + +**Additional context** +Add any other context or screenshots about the feature request here.