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.