21 lines
455 B
YAML
21 lines
455 B
YAML
name: Bug report
|
|
description: Report a problem
|
|
title: "[bug] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: textarea
|
|
id: what
|
|
attributes:
|
|
label: What happened?
|
|
description: What did you expect to happen?
|
|
placeholder: Steps, logs, screenshots...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Reproduction
|
|
description: Minimal steps to reproduce
|
|
validations:
|
|
required: true
|