2024-04-17 15:59:30 +00:00
name : "? Question"
description : General questions about the container
2024-04-17 16:34:23 +00:00
title : "[Question]: "
2024-04-17 15:59:30 +00:00
labels : [ "question" ]
body :
2024-05-05 20:37:43 +00:00
- type : checkboxes
2024-04-17 15:59:30 +00:00
attributes :
2024-05-05 20:41:38 +00:00
label : Is your question not already answered in the FAQ?
description : Please read the [FAQ](https://github.com/dockur/windows/blob/master/readme.md) carefully to avoid asking duplicate questions.
2024-05-05 20:37:43 +00:00
options :
- label : I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md).
required : true
- type : checkboxes
attributes :
label : Is this a general question and not a technical issue?
2024-05-05 20:41:38 +00:00
description : For technical issues you must use the [bug report](https://github.com/dockur/windows/issues/new?assignees=&labels=bug&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you.
2024-05-05 20:37:43 +00:00
options :
- label : I am sure my question is not about a technical issue.
required : true
2024-04-17 15:59:30 +00:00
- type : textarea
id : question
attributes :
label : Question
description : What's the question you have about the container?
validations :
required : true