[type:issue] add issue template

This commit is contained in:
moremind
2024-03-19 23:01:36 +08:00
parent d6d9447e2d
commit 89e92ac064
6 changed files with 161 additions and 0 deletions

18
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: 🤔 Question
description: Usage question that isn't answered in docs or discussion
title: "[Question] <title>"
labels: ["type: question"]
body:
- type: textarea
attributes:
label: Question
placeholder: >
your question here;
validations:
required: true
- type: markdown
attributes:
value: |
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will **close it**.