18 lines
453 B
YAML
18 lines
453 B
YAML
name: Default
|
|
about: Use this template if nothing seems to work.
|
|
title: '❓'
|
|
labels:
|
|
- question
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> **Note**: Thanks for taking the time to fill out this bug report!
|
|
- type: textarea
|
|
id: content
|
|
attributes:
|
|
label: ❔ What happened
|
|
description: Simply ask your question here.
|
|
placeholder: Tell us what you want to know...
|
|
validations:
|
|
required: true |