From e406c0e281f99c7471b95ccf3cad6637fe682570 Mon Sep 17 00:00:00 2001 From: Yuriy Demidov Date: Fri, 27 Sep 2024 17:01:26 +0300 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 1 file changed, 14 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 00000000..63f2af37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +### Description +A clear and concise description of what the problem is. + +### Proposal +A clear and concise description of what you want to happen.