2023-06-22 18:22:29 +00:00
|
|
|
|
name: "\U0001F41E Bug report"
|
2023-06-22 23:04:15 +00:00
|
|
|
|
description: Report a bug to help us improve Lemmy-UI.
|
2023-06-12 18:49:53 +00:00
|
|
|
|
labels: ["bug", "triage"]
|
|
|
|
|
body:
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
2023-06-22 18:04:21 +00:00
|
|
|
|
Thanks for taking the time to help improve Lemmy-UI by reporting a bug!
|
2023-06-14 08:12:32 +00:00
|
|
|
|
- type: checkboxes
|
|
|
|
|
attributes:
|
|
|
|
|
label: Requirements
|
2023-06-22 18:04:21 +00:00
|
|
|
|
description: Before you create a bug report, please carefully check the following –
|
2023-06-14 08:12:32 +00:00
|
|
|
|
options:
|
2023-06-22 22:01:04 +00:00
|
|
|
|
- label: This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead.
|
2023-06-14 09:39:18 +00:00
|
|
|
|
required: true
|
2023-06-22 22:01:04 +00:00
|
|
|
|
- label: Please [check](https://github.com/LemmyNet/lemmy-ui/issues) to see if this issue already exists.
|
2023-06-14 08:19:04 +00:00
|
|
|
|
required: true
|
2023-06-22 22:01:04 +00:00
|
|
|
|
- label: It's a single bug. Do not report multiple bugs in one issue.
|
2023-06-22 18:04:21 +00:00
|
|
|
|
required: true
|
2023-06-22 22:01:04 +00:00
|
|
|
|
- label: It's a frontend issue, not a backend issue; Otherwise please create an issue on the [backend repo](https://github.com/LemmyNet/lemmy) instead.
|
2023-06-14 08:19:04 +00:00
|
|
|
|
required: true
|
2023-06-12 18:49:53 +00:00
|
|
|
|
- type: textarea
|
|
|
|
|
id: summary
|
|
|
|
|
attributes:
|
|
|
|
|
label: Summary
|
2023-06-22 18:04:21 +00:00
|
|
|
|
description: Explain the bug and upload images, screenshots or videos if possible.
|
2023-06-12 18:49:53 +00:00
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: reproduce
|
|
|
|
|
attributes:
|
|
|
|
|
label: Steps to Reproduce
|
|
|
|
|
description: |
|
2023-06-22 18:04:21 +00:00
|
|
|
|
In a numbered list, walk us through the steps needed to reproduce the bug.
|
|
|
|
|
The better your description is _(go 'here', click 'there'...)_, the quicker we can fix it.
|
2023-06-12 18:49:53 +00:00
|
|
|
|
value: |
|
|
|
|
|
1.
|
|
|
|
|
2.
|
|
|
|
|
3.
|
2023-06-22 18:04:21 +00:00
|
|
|
|
4.
|
2023-06-12 18:49:53 +00:00
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: technical
|
|
|
|
|
attributes:
|
|
|
|
|
label: Technical Details
|
|
|
|
|
description: |
|
2023-06-23 00:27:27 +00:00
|
|
|
|
Describe your environment (OS, browser, model of smartphone, etc)
|
|
|
|
|
If relevant, also share any console errors and/or screenshots here.
|
2023-06-12 18:49:53 +00:00
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: input
|
|
|
|
|
id: lemmy-ui-version
|
|
|
|
|
attributes:
|
2023-06-22 18:04:21 +00:00
|
|
|
|
label: Lemmy Instance Version
|
|
|
|
|
description: What's the version of the Lemmy instance where the bug can be reproduced?
|
|
|
|
|
placeholder: ex. 0.18-rc.6
|
2023-06-12 18:49:53 +00:00
|
|
|
|
validations:
|
|
|
|
|
required: true
|
2023-06-14 10:06:26 +00:00
|
|
|
|
- type: input
|
|
|
|
|
id: lemmy-instance
|
|
|
|
|
attributes:
|
|
|
|
|
label: Lemmy Instance URL
|
2023-06-22 23:04:15 +00:00
|
|
|
|
description: What's the URL of the Lemmy instance where the bug can be reproduced?
|
2023-06-22 18:04:21 +00:00
|
|
|
|
placeholder: https://lemmy.ml
|