49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
name: "Bug report"
|
|
about: "Something isn't working as expected"
|
|
title: "[bug] "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "Thanks for taking the time to file this bug report! Please try to be as specific and detailed as you can, so we can track down the issue and fix it as soon as possible."
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: "Version"
|
|
description: "Which version of pleroma-fe are you running? If running develop, specify the commit hash."
|
|
placeholder: "e.g. 2022.11, 40e86998e6"
|
|
- type: textarea
|
|
id: attempt
|
|
attributes:
|
|
label: "What were you trying to do?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expectation
|
|
attributes:
|
|
label: "What did you expect to happen?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reality
|
|
attributes:
|
|
label: "What actually happened?"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: severity
|
|
attributes:
|
|
label: "Severity"
|
|
description: "Does this issue prevent you from using the software as normal?"
|
|
options:
|
|
- "I cannot use the software"
|
|
- "I cannot use it as easily as I'd like"
|
|
- "I can manage"
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: searched
|
|
attributes:
|
|
label: "Have you searched for this issue?"
|
|
description: "Please double-check that your issue is not already being tracked on [the forums](https://meta.akkoma.dev) or [the issue tracker](https://akkoma.dev/AkkomaGang/pleroma-fe/issues)."
|
|
options:
|
|
- label: "I have double-checked and have not found this issue mentioned anywhere."
|