feat: add github issue templates

This commit is contained in:
Axel Cocat 2022-03-17 14:34:53 +01:00
parent c251b8de27
commit 4943dbb152
4 changed files with 137 additions and 0 deletions

15
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View 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