windows/.github/ISSUE_TEMPLATE/QUESTION.yml

18 lines
506 B
YAML
Raw Normal View History

2024-04-17 17:59:30 +02:00
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/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