Recreate feature request template with detailed fields for user input
This commit is contained in:
parent
21b2a48f8c
commit
cc2dd556c0
2 changed files with 40 additions and 17 deletions
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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.
|
|
||||||
40
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue