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 23:04:15 +00:00
description: Suggest an idea for 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 22:01:04 +00:00
- label: This is a feature request and not a bug report. Otherwise, please create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml) instead.
2023-06-14 09:39:18 +00:00
required: true
2023-06-22 22:01:04 +00:00
- label: Please [check](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 22:01:04 +00:00
- label: It's a single feature. Please don't request 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