mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
docs: Update issue templates (#427)
This commit is contained in:
parent
1def1a305b
commit
9b35c0e3a5
7
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
7
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
@ -3,6 +3,13 @@ description: Suggest an idea for improving the container
|
|||||||
title: "[Feature]: "
|
title: "[Feature]: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Is there an existing feature request for this?
|
||||||
|
description: Please search to see if the feature request already exists.
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing feature requests
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
5
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
5
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
@ -6,8 +6,9 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Have a question about Windows for Docker?
|
Have a general question about Windows for Docker?
|
||||||
Please make sure to check the [FAQ](https://github.com/dockur/windows/blob/master/readme.md) first!
|
Please do not use this form for technical issues.
|
||||||
|
And make sure to check the [FAQ](https://github.com/dockur/windows/blob/master/readme.md) first!
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: question
|
id: question
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user