Stephan Wendel 8a3ce98703
IMPROVE: Added ISSUE_TEMPLATES.
* Thanks to Pedro Lamas https://github.com/pedrolamas

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-19 12:40:33 +01:00

42 lines
1.2 KiB
YAML

name: Bug report
description: Create a report to help us improve
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
This issue form is for reporting bugs only!
If you have a feature request, please use [feature_request](/new?template=feature_request.yml)
- type: textarea
id: what-happened
attributes:
label: What happened
description: >-
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: What did you expect to happen
description: >-
A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: How to reproduce
description: >-
Minimal and precise steps to reproduce this bug.
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional information
description: |
If you have any additional information for us, use the field below.
Please note, you can attach logs, screenshots or screen recordings here, by
dragging and dropping files in the field below.