feat: add github issue templates
This commit is contained in:
parent
c251b8de27
commit
4943dbb152
4 changed files with 137 additions and 0 deletions
15
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
15
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Question
|
||||
description: Ask a question to the maintainers of this project
|
||||
labels:
|
||||
- question
|
||||
body:
|
||||
-
|
||||
type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Your question
|
||||
description: |
|
||||
Describe your question with as much detail as possible.
|
||||
If applicable, add screenshots, images, or videos to help explain your question.
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue