From 17eb87f827d5dde9502c4d0467bd225e9ae5f07a Mon Sep 17 00:00:00 2001 From: Uku Taht <uku.taht@gmail.com> Date: Fri, 25 Mar 2022 10:16:32 +0200 Subject: [PATCH] Update issue template options --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d7acad5e..1a1a4b0f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -35,10 +35,10 @@ body: - type: dropdown id: version attributes: - label: Using official cloud hosting or self-hosting? + label: Using official Plausible Cloud hosting or self-hosting? options: - - label: I'm using Plausible Cloud from Plausible.io - - label: I'm self-hosting + - Plausible Cloud from plausible.io + - Self-hosting validations: required: true - type: textarea -- GitLab