From c2b5814142af8877f147edf21d5b7e459cc81026 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 22 Nov 2023 00:22:18 +0800 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0724442..a5acf3d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -6,8 +6,8 @@ body: - type: checkboxes id: no-duplicate-issues attributes: - label: "⚠️ Please verify that this bug has NOT been raised before." - description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=)" + label: "⚠️ Please verify that this bug has NOT been reported before." + description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/dockge/issues?q=)" options: - label: "I checked and didn't find similar issue" required: true @@ -16,7 +16,7 @@ body: label: "🛡️ Security Policy" description: Please review the security policy before reporting security related issues/bugs. 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 - type: textarea id: description @@ -50,18 +50,18 @@ body: description: "What actually happen?" placeholder: "..." - type: input - id: uptime-kuma-version + id: dockge-version attributes: - label: "🐻 Uptime-Kuma Version" - description: "Which version of Uptime-Kuma are you running? Please do NOT provide the docker tag such as latest or 1" - placeholder: "Ex. 1.10.0" + label: "Dockge Version" + description: "Which version of Dockge are you running? Please do NOT provide the docker tag such as latest or 1" + placeholder: "Ex. 1.1.1" validations: required: true - type: input id: operating-system attributes: 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 " validations: required: true