57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
name: "Bug"
|
||
about: "Something is broken or incorrect"
|
||
title: "[Bug]: "
|
||
labels:
|
||
- "type/bug"
|
||
- "status/backlog"
|
||
body:
|
||
- type: textarea
|
||
id: summary
|
||
attributes:
|
||
label: "Bug summary"
|
||
description: "What’s wrong?"
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: repro
|
||
attributes:
|
||
label: "Steps to reproduce"
|
||
placeholder: |
|
||
1.
|
||
2.
|
||
3.
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: expected
|
||
attributes:
|
||
label: "Expected behavior"
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: actual
|
||
attributes:
|
||
label: "Actual behavior"
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: impact
|
||
attributes:
|
||
label: "Impact / severity"
|
||
placeholder: "Who is affected? How badly? Workaround?"
|
||
validations:
|
||
required: false
|
||
|
||
- type: textarea
|
||
id: logs
|
||
attributes:
|
||
label: "Logs / screenshots"
|
||
description: "Paste logs or link images. Redact secrets."
|
||
render: shell
|
||
validations:
|
||
required: false
|