mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
name: ✨ Feature Request
|
|
description: Suggest an idea for this project
|
|
title: '[Feature Request]: '
|
|
labels: ['enhancement']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Before suggesting a new feature...
|
|
Please make sure of the following:
|
|
|
|
1. You are using the latest version of the project
|
|
2. The functionality you want to propose does not already exist
|
|
|
|
I also recommend using an AI assistant to check whether the feature is already included.
|
|
To do this, simply:
|
|
|
|
- Copy and paste the entire **README.md** file
|
|
- Ask if your desired feature is already covered
|
|
|
|
This helps to avoid duplicate requests for features that are already available.
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
*Please fill this form with as much information as possible, provide screenshots and/or illustrations of the feature if possible*
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: What would your feature do ?
|
|
description: Tell me about your feature in a very clear and simple way, and what problem it would solve
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: workflow
|
|
attributes:
|
|
label: Proposed workflow
|
|
description: Please provide me with step by step information on how you'd like the feature to be accessed and used
|
|
value: |
|
|
1. Go to ....
|
|
2. Press ....
|
|
3. ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: misc
|
|
attributes:
|
|
label: Additional information
|
|
description: Add any other context or screenshots about the feature request here.
|