docs: Update issue template
This commit is contained in:
parent
029a1e21b1
commit
285bba7b4d
1 changed files with 7 additions and 7 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
name: "\U0001F41E Bug Report"
|
name: "\U0001F6A8 Technical issue"
|
||||||
description: Create a report to help us improve the container
|
description:
|
||||||
title: "[Bug]: "
|
title: "[Issue]: "
|
||||||
labels: ["bug"]
|
labels: ["issue"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
label: Is there an existing issue for this?
|
||||||
description: Please search to see if an issue already exists for the bug you encountered.
|
description: Please search to see if a solution already exists for your issue.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues
|
- label: I have searched the existing issues
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -30,8 +30,8 @@ body:
|
||||||
id: docker
|
id: docker
|
||||||
attributes:
|
attributes:
|
||||||
label: Docker version
|
label: Docker version
|
||||||
description: The version of Docker (as shown by `docker -v`).
|
description: The version of the Docker engine (as shown by `docker -v`).
|
||||||
placeholder: e.g. Docker version 26.0.1, build d260a54
|
placeholder: e.g. 26.0.1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
Loading…
Reference in a new issue