]> Untitled Git - lemmy-ui.git/blob - .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
3c75050ab8a964b03a93030ba90821c505ef5de4
[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: checkboxes
11     attributes:
12       label: Requirements
13       description: Before you create a bug report please do the following.
14       options:
15         - label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
16           required: true
17         - label: Did you check to see if this issue already exists?
18           required: true
19         - label: Is this only a feature request? Do not put multiple feature requests in one issue.
20           required: true
21         - label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
22           required: false
23   - type: textarea
24     id: problem
25     attributes:
26       label: Is your proposal related to a problem?
27       description: |
28         Provide a clear and concise description of what the problem is.
29         For example, "I'm always frustrated when..."
30     validations:
31       required: true
32   - type: textarea
33     id: solution
34     attributes:
35       label: Describe the solution you'd like.
36       description: |
37         Provide a clear and concise description of what you want to happen.
38     validations:
39       required: true
40   - type: textarea
41     id: alternatives
42     attributes:
43       label: Describe alternatives you've considered.
44       description: |
45         Let us know about other solutions you've tried or researched.
46     validations:
47       required: true
48   - type: textarea
49     id: context
50     attributes:
51       label: Additional context
52       description: |
53         Is there anything else you can add about the proposal?
54         You might want to link to related issues here, if you haven't already.