From b4b6a4294aec56398cd5acd4d1896920bad14497 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 18 Jul 2024 12:07:44 +0200 Subject: [PATCH] chore: Update bug report template Update the bug report template to include a checkbox for indicating whether the user is using the cloud version of Coolify. --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 5ee5c3970..ff8f8d3ad 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,6 +1,6 @@ name: Bug report -description: 'Create a new bug report.' -title: '[Bug]: ' +description: "Create a new bug report." +title: "[Bug]: " body: - type: markdown attributes: @@ -35,3 +35,12 @@ body: description: Coolify's version (see top of your screen). validations: required: true + - type: checkboxes + attributes: + label: Cloud? + description: "Are you using the cloud version of Coolify?" + options: + - label: Yes + required: true + - label: No + required: true