mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-24 07:16:55 -06:00
Added docker-image-tag field.
This commit is contained in:
parent
dd773aa5a2
commit
546402f3d2
13
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
13
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
@ -33,17 +33,24 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: docker-tag
|
id: docker-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🐋 Docker"
|
label: "🐋 Docker"
|
||||||
description: "Currently running in Docker? Specify the tag."
|
description: "If running with Docker, which version are you running?"
|
||||||
|
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."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: nodejs-version
|
id: nodejs-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🟩 NodeJS Version"
|
label: "🟩 NodeJS Version"
|
||||||
description: "If running in the host, which version of NodeJS are you running?"
|
description: "If running with Node.js? which version are you running?"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -3,10 +3,6 @@ description: "Submit a bug report to help us improve"
|
|||||||
title: "[Bug]: <title>"
|
title: "[Bug]: <title>"
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Thanks for taking the time to fill out this bug report!
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: steps-to-reproduce
|
id: steps-to-reproduce
|
||||||
validations:
|
validations:
|
||||||
@ -53,17 +49,24 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: docker-tag
|
id: docker-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🐋 Docker"
|
label: "🐋 Docker"
|
||||||
description: "Currently running with Docker? Which image tag are you using?"
|
description: "If running with Docker, which version are you running?"
|
||||||
|
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."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: nodejs-version
|
id: nodejs-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🟩 NodeJS Version"
|
label: "🟩 NodeJS Version"
|
||||||
description: "Currently running with Node.js? which version of node.js are you running?"
|
description: "If running with Node.js? which version are you running?"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Loading…
Reference in New Issue
Block a user