]> Untitled Git - lemmy.git/blob - .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Bump version of dependency "webmention" (#3711)
[lemmy.git] / .github / ISSUE_TEMPLATE / BUG_REPORT.yml
1 name: "\U0001F41E Bug Report"
2 description: Create a report to help us improve lemmy
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 front end issues, use [lemmy](https://github.com/LemmyNet/lemmy-ui)
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 backend issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo for UI / frontend issues.
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         - Please post your log: `sudo docker-compose logs > lemmy_log.out`.
51         - What OS are you trying to install lemmy on?
52         - Any browser console errors?
53     validations:
54       required: true
55   - type: input
56     id: lemmy-backend-version
57     attributes:
58       label: Version
59       description: Which Lemmy backend version do you use? Displayed in the footer.
60       placeholder: ex. BE 0.17.4
61     validations:
62       required: true
63   - type: input
64     id: lemmy-instance
65     attributes:
66       label: Lemmy Instance URL
67       description: Which Lemmy instance do you use? The address
68       placeholder: lemmy.ml, lemmy.world, etc