mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-11 20:43:08 +01:00
14 lines
353 B
YAML
14 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
|