mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-29 09:16:18 -05:00
Add examples for version and image tag.
This commit is contained in:
parent
767807dd22
commit
6c542edfc9
4
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
4
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
@ -40,7 +40,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "🐋 Docker"
|
label: "🐋 Docker"
|
||||||
description: "If running with Docker, which version are you running?"
|
description: "If running with Docker, which version are you running?"
|
||||||
placeholder: "Version can be found by running: docker version"
|
placeholder: "Ex. 20.10.9"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
@ -48,7 +48,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "🏷️ Docker Image Tag"
|
label: "🏷️ Docker Image Tag"
|
||||||
description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash."
|
description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash."
|
||||||
placeholder: "1, latest, debian, alpine. Image hash can be obtained with: docker images --digests"
|
placeholder: "Ex. 1.9.1"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
|
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -56,7 +56,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "🐋 Docker"
|
label: "🐋 Docker"
|
||||||
description: "If running with Docker, which version are you running?"
|
description: "If running with Docker, which version are you running?"
|
||||||
placeholder: "Version can be found by running: docker version"
|
placeholder: "Ex. 20.10.9"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
@ -64,7 +64,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "🏷️ Docker Image Tag"
|
label: "🏷️ Docker Image Tag"
|
||||||
description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash."
|
description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash."
|
||||||
placeholder: "1, latest, debian, alpine. Image hash can be obtained with: docker images --digests"
|
placeholder: "Ex. 1.9.1"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
|
Loading…
Reference in New Issue
Block a user