mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
27 lines
1.2 KiB
YAML
27 lines
1.2 KiB
YAML
name: "\U0001F680 Feature request"
|
||
description: Suggest an idea to improve Lemmy-UI
|
||
labels: ["enhancement"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Thanks for taking the time to help improve Lemmy-UI by suggesting a feature!
|
||
- type: checkboxes
|
||
attributes:
|
||
label: Requirements
|
||
description: Before you create a bug report, please carefully check the following –
|
||
options:
|
||
- label: This is a feature request and not a bug report. Otherwise, I'd create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) instead.
|
||
required: true
|
||
- label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this request (or a similar one) already exists.
|
||
required: true
|
||
- label: It's a single feature. I'm not requesting multiple features in one issue.
|
||
required: true
|
||
- type: textarea
|
||
id: solution
|
||
attributes:
|
||
label: Describe the feature you'd like
|
||
description: |
|
||
Provide a clear and concise description of the feature. Explain why it's needed.
|
||
validations:
|
||
required: true
|