chore(github): use issue forms

This commit is contained in:
Benjamin Canac
2023-09-23 14:26:18 +02:00
parent 4b68760f6a
commit 2531c8e66d
7 changed files with 85 additions and 69 deletions

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

@@ -0,0 +1,14 @@
name: "❓ Question"
description: Ask a question about the module.
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Before asking a question, please make sure that you have read through our documentation and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
- type: textarea
id: description
attributes:
label: Description
validations:
required: true