Feliday-UI/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

28 lines
1.2 KiB
YAML
Raw Normal View History

2023-06-22 18:22:29 +00:00
name: "\U0001F680 Feature request"
2023-06-22 18:04:21 +00:00
description: Suggest an idea to improve Lemmy-UI
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
2023-06-22 18:04:21 +00:00
Thanks for taking the time to help improve Lemmy-UI by suggesting a feature!
2023-06-14 08:22:46 +00:00
- type: checkboxes
attributes:
label: Requirements
2023-06-22 18:24:12 +00:00
description: Before you create a feature request, please carefully check the following
2023-06-14 08:22:46 +00:00
options:
2023-06-22 18:23:43 +00:00
- label: This is a feature request and not a bug report. Otherwise, I will 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.
2023-06-14 09:39:18 +00:00
required: true
2023-06-22 18:04:21 +00:00
- label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this request (or a similar one) already exists.
2023-06-14 08:22:46 +00:00
required: true
2023-06-22 18:04:21 +00:00
- label: It's a single feature. I'm not requesting multiple features in one issue.
2023-06-14 08:22:46 +00:00
required: true
- type: textarea
id: solution
attributes:
2023-06-22 18:04:21 +00:00
label: Describe the feature you'd like
description: |
2023-06-22 18:04:21 +00:00
Provide a clear and concise description of the feature. Explain why it's needed.
validations:
2023-06-22 18:08:21 +00:00
required: true