atlas/.github/ISSUE_TEMPLATE/1-bug-report.yml
2023-03-26 15:16:02 +07:00

13 lines
353 B
YAML

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