From 83547c152aa8afc4433f25d5fa2a67e40f18b3d7 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 30 Jul 2021 18:00:16 +0700 Subject: [PATCH] fixes lazy/spam issues (fix #1754 and #1755) --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------- .github/ISSUE_TEMPLATE/feature_request.yml | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4ac6cf361..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[F-REQ]" -labels: enhancement -assignees: '' - ---- - -**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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..948fab86a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,31 @@ +name: Feature request +description: 'Ask for new features.' +title: "[F-Req] " +labels: [enhancement] +body: +- type: textarea + id: version + attributes: + label: Is this request related to a bug? + description: | + Give us some details into the problem, and how this affects it. + placeholder: 'Example: You should add a version selector because of the text box being too small.' + validations: + required: false + +- type: textarea + attributes: + label: Describe the request. + description: | + What do you want to see changed, added, or removed? Make sure to be specific. + placeholder: 'Example: A scrollable version picker.' + validations: + required: false + +- type: textarea + attributes: + label: Anything else? + description: | + Add any other context about the problem here. + validations: + required: false