mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
Create feature_request.yml
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
name: Feature Request
|
||||
description: Suggest an idea for the project
|
||||
title: 'feature request: '
|
||||
labels:
|
||||
- feature request
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: '1'
|
||||
attributes:
|
||||
label: Checklist
|
||||
description: >-
|
||||
Please check the following before submitting a feature request. If you
|
||||
are unable to check all the boxes, please provide more information in the
|
||||
description.
|
||||
options:
|
||||
- label: >-
|
||||
I checked that this feature has not been requested before
|
||||
required: true
|
||||
- label: >-
|
||||
I checked that this feature is not in the "Not planned" list
|
||||
required: true
|
||||
- label: >-
|
||||
This feature will benefit the majority of users
|
||||
- type: textarea
|
||||
id: '2'
|
||||
attributes:
|
||||
label: Problem Description / Use Case
|
||||
description: >-
|
||||
Provide a detailed description of the problem you are facing or the use case you have in mind.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: '3'
|
||||
attributes:
|
||||
label: Proposed Solution
|
||||
description: >-
|
||||
Provide a detailed description of the solution you'd like to see. If you have any ideas on how to implement the feature, please include them here.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user