2023-11-28 17:28:29 +00:00
|
|
|
name: 🐞 Bug Report
|
|
|
|
description: File a bug/issue
|
|
|
|
title: "[BUG] <title>"
|
|
|
|
labels: ["Kind/Bug"]
|
|
|
|
assignees:
|
|
|
|
- dominik
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Current behavior
|
|
|
|
description: A concise description of what you're experiencing.
|
|
|
|
validations:
|
|
|
|
required: true
|
2023-12-04 18:38:29 +00:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Version
|
|
|
|
description: For which version have you observed this behavior?
|
|
|
|
placeholder: You find the program version in "Help/About"
|
2023-12-06 16:55:39 +00:00
|
|
|
validations:
|
2024-01-30 17:01:13 +00:00
|
|
|
required: false
|
2023-11-28 17:28:29 +00:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Expected behavior
|
|
|
|
description: A concise description of what you expected to happen.
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce
|
|
|
|
description: If possible, describe steps to reproduce the behavior.
|
|
|
|
placeholder: |
|
|
|
|
1. Pressed button '...'
|
|
|
|
2. See error...
|
|
|
|
3. Infinite sadness 😞
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Log messages
|
|
|
|
description: |
|
|
|
|
Please copy and paste any relevant log output.
|
|
|
|
render: shell
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Anything else?
|
|
|
|
description: |
|
|
|
|
Everything else that could provide more context about the issue, e.g. screenshots.
|
|
|
|
validations:
|
|
|
|
required: false
|