17 lines
531 B
YAML
17 lines
531 B
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
title: "[Feature]: "
|
|
labels: ["enhancement", "new"]
|
|
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Feature description
|
|
description: Describe the feature in a clear and simple way
|
|
value:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
The best way to propose an idea is to start a new discussion via the [Discussions](https://github.com/Gourieff/sd-webui-reactor/discussions) section (choose the "Idea" category)
|