mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 18:06:14 +03:00
Added text placeholders for versions.
This commit is contained in:
parent
546402f3d2
commit
767807dd22
2 changed files with 12 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
6
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
|
@ -16,6 +16,7 @@ body:
|
|||
attributes:
|
||||
label: "🐻 Uptime-Kuma version"
|
||||
description: "Which version of Uptime-Kuma are you running?"
|
||||
placeholder: "Ex. 1.9.x"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -23,6 +24,7 @@ body:
|
|||
attributes:
|
||||
label: "💻 Operating System"
|
||||
description: "Which OS is your server/device running on?"
|
||||
placeholder: "Ex. Ubuntu 20.04"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -30,6 +32,7 @@ body:
|
|||
attributes:
|
||||
label: "🌐 Browser"
|
||||
description: "Which browser are you running on?"
|
||||
placeholder: "Ex. Firefox"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -37,6 +40,7 @@ body:
|
|||
attributes:
|
||||
label: "🐋 Docker"
|
||||
description: "If running with Docker, which version are you running?"
|
||||
placeholder: "Version can be found by running: docker version"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
@ -44,6 +48,7 @@ body:
|
|||
attributes:
|
||||
label: "🏷️ Docker Image Tag"
|
||||
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"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
@ -51,6 +56,7 @@ body:
|
|||
attributes:
|
||||
label: "🟩 NodeJS Version"
|
||||
description: "If running with Node.js? which version are you running?"
|
||||
placeholder: "14.x"
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
|
|
6
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -32,6 +32,7 @@ body:
|
|||
attributes:
|
||||
label: "🐻 Uptime-Kuma version"
|
||||
description: "Which version of Uptime-Kuma are you running?"
|
||||
placeholder: "Ex. 1.9.x"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -39,6 +40,7 @@ body:
|
|||
attributes:
|
||||
label: "💻 Operating System"
|
||||
description: "Which OS is your server/device running on?"
|
||||
placeholder: "Ex. Ubuntu 20.04"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -46,6 +48,7 @@ body:
|
|||
attributes:
|
||||
label: "🌐 Browser"
|
||||
description: "Which browser are you running on?"
|
||||
placeholder: "Ex. Firefox"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -53,6 +56,7 @@ body:
|
|||
attributes:
|
||||
label: "🐋 Docker"
|
||||
description: "If running with Docker, which version are you running?"
|
||||
placeholder: "Version can be found by running: docker version"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
@ -60,6 +64,7 @@ body:
|
|||
attributes:
|
||||
label: "🏷️ Docker Image Tag"
|
||||
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"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
@ -67,6 +72,7 @@ body:
|
|||
attributes:
|
||||
label: "🟩 NodeJS Version"
|
||||
description: "If running with Node.js? which version are you running?"
|
||||
placeholder: "14.x"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
|
|
Loading…
Reference in a new issue