mirror of
https://github.com/dockur/windows.git
synced 2024-11-07 08:54:08 +01:00
docs: Updated issue templates (#541)
This commit is contained in:
parent
0971fb7492
commit
6659342a37
27
.github/ISSUE_TEMPLATE/1-issue.yml
vendored
27
.github/ISSUE_TEMPLATE/1-issue.yml
vendored
@ -1,35 +1,12 @@
|
|||||||
name: "\U0001F6A8 Technical issue"
|
name: "\U0001F6A8 Technical issue"
|
||||||
description: When you're experiencing problems using the container
|
description: When you're experiencing problems using the container
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is there no existing issue for this?
|
|
||||||
description: Please search to see if no solution was already provided before.
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: cpu
|
|
||||||
attributes:
|
|
||||||
label: Machine specifications
|
|
||||||
description: The processor and RAM amount in your machine.
|
|
||||||
placeholder: e.g. Intel N5105 / 16 GB
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating system
|
label: Operating system
|
||||||
description: The distribution and kernel version (as shown by `uname -a`).
|
description: Your Linux distribution (can be shown by `lsb_release -a`).
|
||||||
placeholder: e.g. Ubuntu 24.04 / Kernel 6.8.0-22-generic
|
placeholder: e.g. Ubuntu 24.04
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: docker
|
|
||||||
attributes:
|
|
||||||
label: Docker version
|
|
||||||
description: The version of the Docker engine (as shown by `docker -v`).
|
|
||||||
placeholder: e.g. 26.0.1
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
7
.github/ISSUE_TEMPLATE/2-feature.yml
vendored
7
.github/ISSUE_TEMPLATE/2-feature.yml
vendored
@ -3,13 +3,6 @@ description: Suggest an idea for improving the container
|
|||||||
title: "[Feature]: "
|
title: "[Feature]: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is there no existing feature request for this?
|
|
||||||
description: Please search to see if the feature was not already requested before.
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing feature requests
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
27
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
27
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
@ -3,35 +3,12 @@ description: Create a report to help us improve the container
|
|||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is there no existing bug report for this?
|
|
||||||
description: Please search to see if the bug was not already reported before.
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing bug reports
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: cpu
|
|
||||||
attributes:
|
|
||||||
label: Machine specifications
|
|
||||||
description: The processor and RAM amount in your machine.
|
|
||||||
placeholder: e.g. Intel N5105 / 16 GB
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating system
|
label: Operating system
|
||||||
description: The distribution and kernel version (as shown by `uname -a`).
|
description: Your Linux distribution (can be shown by `lsb_release -a`).
|
||||||
placeholder: e.g. Ubuntu 24.04 / Kernel 6.8.0-22-generic
|
placeholder: e.g. Ubuntu 24.04
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: docker
|
|
||||||
attributes:
|
|
||||||
label: Docker version
|
|
||||||
description: The version of the Docker engine (as shown by `docker -v`).
|
|
||||||
placeholder: e.g. 26.0.1
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Loading…
Reference in New Issue
Block a user