From f1d4e682db3409a8a2b4f6a88abeb78be003b185 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 11 Feb 2026 07:12:19 -0800 Subject: [PATCH] chore: adds dozzle cloud --- .github/ISSUE_TEMPLATE/3_cloud_bug_report.yml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3_cloud_bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/3_cloud_bug_report.yml b/.github/ISSUE_TEMPLATE/3_cloud_bug_report.yml new file mode 100644 index 00000000..8f215ebb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_cloud_bug_report.yml @@ -0,0 +1,30 @@ +name: "\u2601\uFE0F Dozzle Cloud Bug Report" +labels: ["bug", "cloud"] +description: | + Use this template for issues related to Dozzle Cloud. +body: + - type: checkboxes + attributes: + label: Check for existing issues + description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` on it. + options: + - label: Completed + required: true + - type: input + attributes: + label: Dozzle version + description: The version of Dozzle connected to Dozzle Cloud. + validations: + required: true + - type: textarea + attributes: + label: Describe the bug / provide steps to reproduce it + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + attributes: + label: Screenshots or logs + description: Drag screenshots or paste logs into the text input below. + validations: + required: false