mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
18 lines
504 B
YAML
18 lines
504 B
YAML
|
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
|