]> Untitled Git - lemmy-ui.git/blob - .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Merge branch 'main' into comment-depth
[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: textarea
13     id: summary
14     attributes:
15       label: Summary
16       description: A summary of the bug.
17     validations:
18       required: true
19   - type: textarea
20     id: reproduce
21     attributes:
22       label: Steps to Reproduce
23       description: |
24         Describe the steps to reproduce the bug.
25         The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ resolution. 
26       value: |
27         1.
28         2.
29         3.
30     validations:
31       required: true
32   - type: textarea
33     id: technical
34     attributes:
35       label: Technical Details
36       description: |
37         - Any browser console errors?
38     validations:
39       required: true
40   - type: input
41     id: lemmy-ui-version
42     attributes:
43       label: Version
44       description: Which Lemmy UI version do you use? Displayed in the footer.
45       placeholder: ex. 0.17.4-rc.4
46     validations:
47       required: true