mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-07 06:31:49 +00:00
17 lines
510 B
YAML
17 lines
510 B
YAML
name: "? Question"
|
|
description: General questions about the container
|
|
title: "Question: "
|
|
labels: ["question"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Have a question about Windows for Docker?
|
|
Please make sure to check the [FAQ](https://github.com/dockur/windows-arm/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
|