61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
name: Bug report
|
|
description: File a bug report if something is not working right.
|
|
title: "[BUG]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to improve cleanuperr!
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What is the behavior?
|
|
description: If applicable, mention what you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version of our software are you running?
|
|
placeholder: e.g. 1.3.0 or latest
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Which operating system do you use?
|
|
multiple: false
|
|
options:
|
|
- Windows
|
|
- Linux
|
|
- MacOS
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: deployment
|
|
attributes:
|
|
label: What type of deployment do you use?
|
|
multiple: false
|
|
options:
|
|
- Docker container
|
|
- Binary (executable) file
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant log output
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
render: shell
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: false
|