27 lines
1.2 KiB
YAML
Raw Normal View History

2024-05-16 01:12:16 +02:00
name: "\U00002753 General question"
description: Questions about the container not related to an issue
2024-04-17 18:32:43 +02:00
title: "[Question]: "
2024-04-17 18:14:51 +02:00
labels: ["question"]
body:
- type: checkboxes
2024-04-17 18:14:51 +02:00
attributes:
label: Is your question not already answered in the FAQ?
description: Please read the [FAQ](https://github.com/vdsm/virtual-dsm/blob/master/readme.md) carefully to avoid asking duplicate questions.
options:
- label: I made sure the question is not listed in the [FAQ](https://github.com/vdsm/virtual-dsm/blob/master/readme.md).
required: true
- type: checkboxes
attributes:
label: Is this a general question and not a technical issue?
2024-05-16 01:12:16 +02:00
description: For questions related to issues you must use the [technical issue](https://github.com/vdsm/virtual-dsm/issues/new?assignees=&labels=&projects=&template=1-issue.yml) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you.
options:
- label: I am sure my question is not about a technical issue.
required: true
2024-04-17 18:14:51 +02:00
- type: textarea
id: question
attributes:
label: Question
description: What's the question you have about the container?
validations:
required: true