|
@ -16,7 +16,7 @@ body: |
|
|
validations: |
|
|
validations: |
|
|
required: true |
|
|
required: true |
|
|
attributes: |
|
|
attributes: |
|
|
label: "👍 Expected behavior" |
|
|
label: "👀 Expected behavior" |
|
|
description: "What did you think would happen?" |
|
|
description: "What did you think would happen?" |
|
|
placeholder: "..." |
|
|
placeholder: "..." |
|
|
- type: textarea |
|
|
- type: textarea |
|
@ -24,13 +24,13 @@ body: |
|
|
validations: |
|
|
validations: |
|
|
required: true |
|
|
required: true |
|
|
attributes: |
|
|
attributes: |
|
|
label: "👎 Actual Behavior" |
|
|
label: "😓 Actual Behavior" |
|
|
description: "What actually happen?" |
|
|
description: "What actually happen?" |
|
|
placeholder: "..." |
|
|
placeholder: "..." |
|
|
- type: input |
|
|
- type: input |
|
|
id: uptime-kuma-version |
|
|
id: uptime-kuma-version |
|
|
attributes: |
|
|
attributes: |
|
|
label: "🐻 Uptime-Kuma version" |
|
|
label: "🐻 Uptime-Kuma Version" |
|
|
description: "Which version of Uptime-Kuma are you running?" |
|
|
description: "Which version of Uptime-Kuma are you running?" |
|
|
placeholder: "Ex. 1.9.x" |
|
|
placeholder: "Ex. 1.9.x" |
|
|
validations: |
|
|
validations: |
|
@ -38,9 +38,9 @@ body: |
|
|
- type: input |
|
|
- type: input |
|
|
id: operating-system |
|
|
id: operating-system |
|
|
attributes: |
|
|
attributes: |
|
|
label: "💻 Operating System" |
|
|
label: "💻 Operating System and Arch" |
|
|
description: "Which OS is your server/device running on?" |
|
|
description: "Which OS is your server/device running on?" |
|
|
placeholder: "Ex. Ubuntu 20.04" |
|
|
placeholder: "Ex. Ubuntu 20.04 x86" |
|
|
validations: |
|
|
validations: |
|
|
required: true |
|
|
required: true |
|
|
- type: input |
|
|
- type: input |
|
@ -54,17 +54,9 @@ body: |
|
|
- type: input |
|
|
- type: input |
|
|
id: docker-version |
|
|
id: docker-version |
|
|
attributes: |
|
|
attributes: |
|
|
label: "🐋 Docker" |
|
|
label: "🐋 Docker Version" |
|
|
description: "If running with Docker, which version are you running?" |
|
|
description: "If running with Docker, which version are you running?" |
|
|
placeholder: "Ex. 20.10.9" |
|
|
placeholder: "Ex. 20.10.9 / K8S / Podman" |
|
|
validations: |
|
|
|
|
|
required: false |
|
|
|
|
|
- type: input |
|
|
|
|
|
id: docker-image-tag |
|
|
|
|
|
attributes: |
|
|
|
|
|
label: "🏷️ Docker Image Tag" |
|
|
|
|
|
description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash." |
|
|
|
|
|
placeholder: "Ex. 1.9.1" |
|
|
|
|
|
validations: |
|
|
validations: |
|
|
required: false |
|
|
required: false |
|
|
- type: input |
|
|
- type: input |
|
@ -82,7 +74,7 @@ body: |
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
|
|
render: shell |
|
|
render: shell |
|
|
validations: |
|
|
validations: |
|
|
required: false |
|
|
required: false |
|
|
- type: checkboxes |
|
|
- type: checkboxes |
|
|
id: no-duplicate-issues |
|
|
id: no-duplicate-issues |
|
|
attributes: |
|
|
attributes: |
|
|