43 lines
1.2 KiB
YAML
43 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 screenshots or screen recordings here, by
|
|
dragging and dropping files in the field below.
|