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