]> Untitled Git - lemmy-ui.git/blob - .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
375d06d3b81bc42b21f0b6a4df0bef3dc8cc6599
[lemmy-ui.git] / .github / ISSUE_TEMPLATE / FEATURE_REQUEST.yml
1 name: "\U0001F680 Feature request"
2 description: Suggest an idea for improving Lemmy
3 labels: ["enhancement"]
4 body:
5   - type: markdown
6     attributes:
7       value: |
8         Have a suggestion about Lemmy's UI?
9         For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy)
10   - type: textarea
11     id: problem
12     attributes:
13       label: Is your proposal related to a problem?
14       description: |
15         Provide a clear and concise description of what the problem is.
16         For example, "I'm always frustrated when..."
17     validations:
18       required: true
19   - type: textarea
20     id: solution
21     attributes:
22       label: Describe the solution you'd like.
23       description: |
24         Provide a clear and concise description of what you want to happen.
25     validations:
26       required: true
27   - type: textarea
28     id: alternatives
29     attributes:
30       label: Describe alternatives you've considered.
31       description: |
32         Let us know about other solutions you've tried or researched.
33     validations:
34       required: true
35   - type: textarea
36     id: context
37     attributes:
38       label: Additional context
39       description: |
40         Is there anything else you can add about the proposal?
41         You might want to link to related issues here, if you haven't already.