16 lines
359 B
YAML
16 lines
359 B
YAML
name: 🐞 Bug Report
|
|
description: Report an error in this repository
|
|
labels: ['🐞 bug']
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please describe your idea in as much detail as possible so that we can efficiently process your request
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|