From 1f860aae79ccffeb6eeca17a1c595e5e494eff9b Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 9 Apr 2023 21:08:43 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++++ 1 file changed, 18 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..27f408e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Please describe the feature you want** + + + +**Additional context** +Add any other context or screenshots about the feature request here. + +--- +Please reply with a 👍 if you want this feature.