From cc2dd556c0dbc4ffdaeedb253caef26c93e68cb8 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 15 Jun 2025 23:35:43 +0200 Subject: [PATCH] Recreate feature request template with detailed fields for user input --- .github/ISSUE_TEMPLATE/feature_request.md | 17 --------- .github/ISSUE_TEMPLATE/feature_request.yml | 40 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 17 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 ea3f6503..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature Request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Describe the feature you'd like to see implemented.**\ -What should happen? Describe the ideal solution or behavior in detail. Be as specific as possible. - -**Why is this feature valuable?**\ -Explain how this feature would improve the project or user experience. Who benefits from it, and why? - -**Additional context, mockups, or screenshots**\ -Feel free to include anything else that can help understand the feature request better, like images, sketches, links, references, etc. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..70fdbead --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,40 @@ +name: Feature Request +description: Suggest a new idea for ThunderAI +body: + - type: markdown + attributes: + value: | + This issue form is for suggesting new ideas only! + + If you need to report a bug, please use the [bug][bg] form. + + [bg]: https://github.com/micz/ThunderAI/issues/new?template=bug_report.yml + - type: textarea + validations: + required: true + id: idea + attributes: + label: Your idea + description: >- + Describe the idea you'd like to see implemented in ThunderAI. + + Provide a clear and concise description. + - type: markdown + attributes: + value: | + # Details + - type: textarea + id: value + attributes: + label: Value + description: >- + What value does this idea bring to ThunderAI? How does it improve the + user experience or functionality? + - type: textarea + id: additional + attributes: + label: Additional information + description: > + If you have any additional information, use the field below. + Please note, you can attach screenshots or screen recordings here, by + dragging and dropping files in the field below.