mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Create QUESTION.yml
This commit is contained in:
parent
6871146945
commit
df4ade35c5
1 changed files with 17 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue