From d0110e28a46ec561712dc6d2bce4e0714b299d24 Mon Sep 17 00:00:00 2001 From: Yingjie He Date: Thu, 20 Feb 2025 16:53:11 -0800 Subject: [PATCH] add feature request templates (#1321) --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..fbbcc255 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'enhancement' +assignees: '' + +--- + +**Please explain the motivation behind the feature request.** +Does this feature solve a particular problem you have been experiencing? What opportunities or use cases would be unlocked with this feature? + +**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. + +- [x] I have verified this does not duplicate an existing feature request