]> Untitled Git - lemmy-ui.git/blob - .github/ISSUE_TEMPLATE/BUG_REPORT.yml
indent validations
[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         - label: Is this only a single bug. Do not put multiple bugs in one issue.
19         - label: Is this a question or discussion? Don't use this, use https://lemmy.ml/c/lemmy_support
20         - label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
21       validations:
22         required: true
23   - type: textarea
24     id: summary
25     attributes:
26       label: Summary
27       description: A summary of the bug.
28     validations:
29       required: true
30   - type: textarea
31     id: reproduce
32     attributes:
33       label: Steps to Reproduce
34       description: |
35         Describe the steps to reproduce the bug.
36         The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ resolution. 
37       value: |
38         1.
39         2.
40         3.
41     validations:
42       required: true
43   - type: textarea
44     id: technical
45     attributes:
46       label: Technical Details
47       description: |
48         - Any browser console errors?
49     validations:
50       required: true
51   - type: input
52     id: lemmy-ui-version
53     attributes:
54       label: Version
55       description: Which Lemmy UI version do you use? Displayed in the footer.
56       placeholder: ex. 0.17.4-rc.4
57     validations:
58       required: true