]> Untitled Git - lemmy-ui.git/blob - .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
7bd7e91007cddeb7fe54c95cb788cda34c7335b1
[lemmy-ui.git] / .github / ISSUE_TEMPLATE / FEATURE_REQUEST.yml
1 name: "Feature request"
2 description: Suggest an idea to improve Lemmy-UI
3 labels: ["enhancement"]
4 body:
5   - type: markdown
6     attributes:
7       value: |
8         Thanks for taking the time to help improve Lemmy-UI by suggesting a feature!
9   - type: checkboxes
10     attributes:
11       label: Requirements
12       description: Before you create a bug report, please carefully check the following –
13       options:
14         - 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.
15           required: true
16         - label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this request (or a similar one) already exists.
17           required: true
18         - label: It's a single feature. I'm not requesting multiple features in one issue.
19           required: true
20   - type: textarea
21     id: solution
22     attributes:
23       label: Describe the feature you'd like
24       description: |
25         Provide a clear and concise description of the feature. Explain why it's needed.
26     validations:
27       required: true