From 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sat, 15 Jan 2022 15:52:23 +0300 Subject: initial commit Signed-off-by: Valery Piashchynski --- .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.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 100755 index 00000000..79b34409 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE REQUEST]" +labels: C-feature-request +assignees: 48d90782, wolfy-j +--- + +### Is your feature request related to a problem? Please describe. + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +### Describe the solution you'd like + +A clear and concise description of what you want to happen. + +### Describe alternatives you've considered + +A clear and concise description of any alternative solutions or features you've considered. + +### Additional context + +Add any other context or screenshots about the feature request here. -- cgit v1.2.3