mirror of
https://github.com/louislam/dockge.git
synced 2025-02-22 11:35:56 +00:00
Update bug report template
This commit is contained in:
parent
ed15689409
commit
c2b5814142
1 changed files with 8 additions and 8 deletions
16
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -6,8 +6,8 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: no-duplicate-issues
|
id: no-duplicate-issues
|
||||||
attributes:
|
attributes:
|
||||||
label: "⚠️ Please verify that this bug has NOT been raised before."
|
label: "⚠️ Please verify that this bug has NOT been reported before."
|
||||||
description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=)"
|
description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/dockge/issues?q=)"
|
||||||
options:
|
options:
|
||||||
- label: "I checked and didn't find similar issue"
|
- label: "I checked and didn't find similar issue"
|
||||||
required: true
|
required: true
|
||||||
|
@ -16,7 +16,7 @@ body:
|
||||||
label: "🛡️ Security Policy"
|
label: "🛡️ Security Policy"
|
||||||
description: Please review the security policy before reporting security related issues/bugs.
|
description: Please review the security policy before reporting security related issues/bugs.
|
||||||
options:
|
options:
|
||||||
- label: I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy)
|
- label: I agree to have read this project [Security Policy](https://github.com/louislam/dockge/security/policy)
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
@ -50,18 +50,18 @@ body:
|
||||||
description: "What actually happen?"
|
description: "What actually happen?"
|
||||||
placeholder: "..."
|
placeholder: "..."
|
||||||
- type: input
|
- type: input
|
||||||
id: uptime-kuma-version
|
id: dockge-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🐻 Uptime-Kuma Version"
|
label: "Dockge Version"
|
||||||
description: "Which version of Uptime-Kuma are you running? Please do NOT provide the docker tag such as latest or 1"
|
description: "Which version of Dockge are you running? Please do NOT provide the docker tag such as latest or 1"
|
||||||
placeholder: "Ex. 1.10.0"
|
placeholder: "Ex. 1.1.1"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: operating-system
|
id: operating-system
|
||||||
attributes:
|
attributes:
|
||||||
label: "💻 Operating System and Arch"
|
label: "💻 Operating System and Arch"
|
||||||
description: "Which OS is your server/device running on? (For Replit, please do not report this bug)"
|
description: "Which OS is your server/device running on?"
|
||||||
placeholder: "Ex. Ubuntu 20.04 x64 "
|
placeholder: "Ex. Ubuntu 20.04 x64 "
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue