From 9751b356fec5e3dc350437114c20508a0b0b72e7 Mon Sep 17 00:00:00 2001 From: novenary Date: Mon, 29 May 2023 21:51:23 +0300 Subject: [PATCH] Change feature request template to an issue form --- .github/ISSUE_TEMPLATE/feature-request.md | 10 ---------- .github/ISSUE_TEMPLATE/feature-request.yml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 10 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 dc38f2db..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature Request -about: Suggest ideas, changes or other enhancements for the library -title: '' -labels: enhancement -assignees: '' - ---- - -Please describe your idea. Would you like another friendly method? Renaming them to something more appropriated? Changing the way something works? diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..68254a35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,22 @@ +name: Feature Request +description: Suggest ideas, changes or other enhancements for the library. +labels: [enhancement] +body: + + - type: textarea + id: feature-description + attributes: + label: Describe your suggested feature + description: Please describe your idea. Would you like another friendly method? Renaming them to something more appropriate? Changing the way something works? + placeholder: "It should work like this..." + validations: + required: true + + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: Read this carefully, we will close and ignore your issue if you skimmed through this. + options: + - label: I have searched for this issue before posting it and there isn't a duplicate. + required: true