26 lines
595 B
YAML
26 lines
595 B
YAML
name: Bug report
|
|
description: Report a reproducible problem
|
|
title: "[Bug] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What happened?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Reproduction steps
|
|
description: Steps to reproduce the issue.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs / screenshots
|
|
description: Remove tokens, IPs, passwords and private keys before posting.
|
|
render: text
|