Add .gitea/ISSUE_TEMPLATE/Question.yml
This commit is contained in:
parent
ec6b05bf6e
commit
c9d6ccd370
18
.gitea/ISSUE_TEMPLATE/Question.yml
Normal file
18
.gitea/ISSUE_TEMPLATE/Question.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: ❓ Question
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user