atlas/.github/ISSUE_TEMPLATE/1-bug-report.yml

14 lines
353 B
YAML
Raw Normal View History

2023-03-17 18:07:49 +01:00
name: Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true