mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
67 lines
2.3 KiB
YAML
67 lines
2.3 KiB
YAML
name: "\U0001F41E Bug report"
|
||
description: Create a bug report to help us improve Lemmy-UI!
|
||
title: ""
|
||
labels: ["bug", "triage"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Thanks for taking the time to help improve Lemmy-UI by reporting a bug!
|
||
- type: checkboxes
|
||
attributes:
|
||
label: Requirements
|
||
description: Before you create a bug report, please carefully check the following –
|
||
options:
|
||
- label: This is a bug report, and if not, I will post to https://lemmy.ml/c/lemmy_support instead.
|
||
required: true
|
||
- label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this issue already exists.
|
||
required: true
|
||
- label: It's a single bug. I'm not reporting multiple bugs in one issue.
|
||
required: true
|
||
- label: It's a frontend issue, not a backend issue; Otherwise I will create an issue on the [backend repo](https://github.com/LemmyNet/lemmy) instead.
|
||
required: true
|
||
- type: textarea
|
||
id: summary
|
||
attributes:
|
||
label: Summary
|
||
description: Explain the bug and upload images, screenshots or videos if possible.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: reproduce
|
||
attributes:
|
||
label: Steps to Reproduce
|
||
description: |
|
||
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.
|
||
value: |
|
||
1.
|
||
2.
|
||
3.
|
||
4.
|
||
5.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: technical
|
||
attributes:
|
||
label: Technical Details
|
||
description: |
|
||
- Describe your environment (OS, browser, model of smartphone, etc)
|
||
- If relevant, also share any console errors and/or screenshots here.
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
id: lemmy-ui-version
|
||
attributes:
|
||
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
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
id: lemmy-instance
|
||
attributes:
|
||
label: Lemmy Instance URL
|
||
description: The URL of the Lemmy instance where the bug can be reproduced.
|
||
placeholder: https://lemmy.ml
|