node build fixed
This commit is contained in:
39
seanime-2.9.10/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
39
seanime-2.9.10/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
name: Feature Request
|
||||
description: Suggest an idea for the project
|
||||
title: 'feature request: '
|
||||
labels:
|
||||
- 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