node build fixed

This commit is contained in:
ra_ma
2025-09-20 14:08:38 +01:00
parent c6ebbe069d
commit 3d298fa434
1516 changed files with 535727 additions and 2 deletions

View 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