docs: Add issue templates (#690)

This commit is contained in:
Kroese
2024-04-17 18:14:51 +02:00
committed by GitHub
parent e81dc0f31d
commit d2dac3cfb4
3 changed files with 100 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/QUESTION.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: "? Question"
description: General questions about the container
title: "Question: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Have a question about this container?
Please make sure to check the [FAQ](https://github.com/vdsm/virtual-dsm/blob/master/readme.md) first!
- type: textarea
id: question
attributes:
label: Question
description: What's the question you have about the container?
validations:
required: true