]> Untitled Git - lemmy-ui.git/blob - .github/ISSUE_TEMPLATE/BUG_REPORT.yml
add checkboxes to issue template
[lemmy-ui.git] / .github / ISSUE_TEMPLATE / BUG_REPORT.yml
1 name: "\U0001F41E Bug Report"
2 description: Create a report to help us improve lemmy-ui
3 title: "[Bug]: "
4 labels: ["bug", "triage"]
5 body:
6   - type: markdown
7     attributes:
8       value: |
9         Found a bug? Please fill out the sections below. 👍
10         Thanks for taking the time to fill out this bug report!
11         For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy)
12   - type: checkboxes
13     attributes:
14       label: Requirements
15       description: Before you create a bug report please do the following.
16       options:
17         - label: Did you check to see if this issue already exists?
18           required: true
19       options:
20         - label: Is this only a single bug. Do not put multiple bugs in one issue.
21           required: true
22       options:
23         - label: Is this a question or discussion? Don't use this, use https://lemmy.ml/c/lemmy_support
24           required: true
25       options:
26         - label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
27           required: true
28   - type: textarea
29     id: summary
30     attributes:
31       label: Summary
32       description: A summary of the bug.
33     validations:
34       required: true
35   - type: textarea
36     id: reproduce
37     attributes:
38       label: Steps to Reproduce
39       description: |
40         Describe the steps to reproduce the bug.
41         The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ resolution. 
42       value: |
43         1.
44         2.
45         3.
46     validations:
47       required: true
48   - type: textarea
49     id: technical
50     attributes:
51       label: Technical Details
52       description: |
53         - Any browser console errors?
54     validations:
55       required: true
56   - type: input
57     id: lemmy-ui-version
58     attributes:
59       label: Version
60       description: Which Lemmy UI version do you use? Displayed in the footer.
61       placeholder: ex. 0.17.4-rc.4
62     validations:
63       required: true