From c7e1267779724bf34c6e3b3d5ab86489bac6aea4 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Sun, 24 Oct 2021 10:12:17 -0400 Subject: [PATCH] More syntax changes. Change What to Which --- .github/ISSUE_TEMPLATE/ask-for-help.yaml | 6 +++--- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-for-help.yaml b/.github/ISSUE_TEMPLATE/ask-for-help.yaml index 834ba3d..bde3ad8 100644 --- a/.github/ISSUE_TEMPLATE/ask-for-help.yaml +++ b/.github/ISSUE_TEMPLATE/ask-for-help.yaml @@ -15,14 +15,14 @@ body: id: uptime-kuma-version attributes: label: "🐻 Uptime-Kuma version" - description: "What version of Uptime-Kuma are you running?" + description: "Which version of Uptime-Kuma are you running?" validations: required: true - type: dropdown id: operating-system attributes: label: "💻 Operating System" - description: "What OS is your server/device running on?" + description: "Which OS is your server/device running on?" multiple: true options: - Linux @@ -34,7 +34,7 @@ body: id: browser-vendor attributes: label: "🌐 Browser" - description: "What browser are you running on?" + description: "Which browser are you running on?" multiple: true options: - Firefox diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bffa131..05591ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -35,14 +35,14 @@ body: id: uptime-kuma-version attributes: label: "🐻 Uptime-Kuma version" - description: "What version of Uptime-Kuma are you running?" + description: "Which version of Uptime-Kuma are you running?" validations: required: true - type: dropdown id: operating-system attributes: label: "💻 Operating System" - description: "What OS is your server/device running on?" + description: "Which OS is your server/device running on?" multiple: true options: - Linux @@ -54,7 +54,7 @@ body: id: browser-vendor attributes: label: "🌐 Browser" - description: "What browser are you running on?" + description: "Which browser are you running on?" multiple: true options: - Firefox