From 703bf51705df8a5970ff648ada06235239c774ed Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:00:00 +0200 Subject: [PATCH 1/4] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 53 ++++++++++++++++++--------- 1 file changed, 35 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index f3d52b1b4..14a4a92ee 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,38 +1,55 @@ -name: Bug report +name: Bug Report description: "Create a new bug report." title: "[Bug]: " body: - type: markdown attributes: value: >- - # 💎 Bounty program (with - [algora.io](https://console.algora.io/org/coollabsio/bounties/new)) + # ⚠️ Important: Please ensure you are using the latest version of Coolify before reporting a bug. + # 💎 Bounty program (with [algora.io](https://console.algora.io/org/coollabsio/bounties/new)) - If you would like to prioritize the issue resolution, you can add bounty - to this issue. + If you would like to prioritize the issue resolution, you can add bounty to this issue. - - Click [here](https://console.algora.io/org/coollabsio/bounties/new) to - get started. + Click [here](https://console.algora.io/org/coollabsio/bounties/new) to get started. - type: textarea attributes: - label: Description - description: A clear and concise description of the problem - - type: textarea - attributes: - label: Minimal Reproduction (if possible, example repository) - description: Please provide a step by step guide to reproduce the issue. + label: Exception or Error + description: Please provide detailed error logs if possible. validations: required: true - type: textarea attributes: - label: Exception or Error - description: Please provide error logs if possible. + label: Reproduction Steps + description: Please provide a step by step guide to reproduce the issue. + value: | + 1. + 2. + 3. + validations: + required: true - type: input attributes: - label: Version - description: Coolify's version (see top of your screen). + label: Example Repository URL + description: If applicable, provide a URL to an example repository demonstrating the issue. + - type: textarea + attributes: + label: Additional Information + description: Any other relevant information about the issue + - type: input + attributes: + label: Coolify Version + description: Coolify's version (see on the top left corner of your coolify dashboard) + placeholder: "e.g., v4.0.0-beta.335" + validations: + required: true + - type: input + attributes: + label: Operating System + description: >- + Your operating system and version. + Tip: You can usually find this information by running `cat /etc/os-release` or `lsb_release -a` in your terminal. + placeholder: "e.g., Ubuntu 22.04" validations: required: true - type: checkboxes From f4ee61fc6a7d02e1b05a4935fb82918e8f00ae4a Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:40:00 +0200 Subject: [PATCH 2/4] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 80 +++++++++++++++------------ 1 file changed, 44 insertions(+), 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 14a4a92ee..7470983d5 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,63 +1,71 @@ name: Bug Report -description: "Create a new bug report." +description: "File a new bug report" title: "[Bug]: " +labels: ["🐛 Bug", "🔍 Triage"] body: - type: markdown attributes: - value: >- - # ⚠️ Important: Please ensure you are using the latest version of Coolify before reporting a bug. + value: | + # Important + - **Ensure you are using the latest version of Coolify before reporting a bug.** + - If you would like to prioritize the issue resolution, consider adding a bounty to this issue through our [Bounty Program](https://console.algora.io/org/coollabsio/bounties/new). - # 💎 Bounty program (with [algora.io](https://console.algora.io/org/coollabsio/bounties/new)) - - If you would like to prioritize the issue resolution, you can add bounty to this issue. - - Click [here](https://console.algora.io/org/coollabsio/bounties/new) to get started. - type: textarea + id: error-and-logs attributes: - label: Exception or Error - description: Please provide detailed error logs if possible. + label: Error Message and Logs + description: Provide a detailed description of the error or exception you encountered, along with any relevant log output. validations: required: true + - type: textarea + id: reproduction-steps attributes: - label: Reproduction Steps - description: Please provide a step by step guide to reproduce the issue. + label: Steps to Reproduce + description: Provide a step-by-step guide to reproduce the issue (please do this in detail otherwise we will not be able to help you). value: | 1. 2. - 3. + 3. + 4. + 5. validations: required: true + - type: input + id: example-repo attributes: label: Example Repository URL - description: If applicable, provide a URL to an example repository demonstrating the issue. - - type: textarea - attributes: - label: Additional Information - description: Any other relevant information about the issue + description: If applicable, provide a URL to a repository demonstrating the issue. + - type: input + id: coolify-version attributes: label: Coolify Version - description: Coolify's version (see on the top left corner of your coolify dashboard) - placeholder: "e.g., v4.0.0-beta.335" + description: Please provide the coolify version you are using. Found in the top left corner of your Coolify dashboard. + placeholder: "v4.0.0-beta.335" validations: required: true - - type: input + + - type: dropdown + id: cloud-version attributes: - label: Operating System - description: >- - Your operating system and version. - Tip: You can usually find this information by running `cat /etc/os-release` or `lsb_release -a` in your terminal. - placeholder: "e.g., Ubuntu 22.04" - validations: - required: true - - type: checkboxes - attributes: - label: Cloud? - description: "Are you using the cloud version of Coolify?" + label: Are you using Coolify Cloud? options: - - label: 'Yes' - required: false - - label: 'No' - required: false + - "No (self-hosted)" + - "Yes (Coolify Cloud)" + validations: + required: true + + - type: input + id: os-version + attributes: + label: Operating System and Version + description: Run `cat /etc/os-release` or `lsb_release -a` in your terminal and provide the operating system and version. + placeholder: "Ubuntu 22.04" + + - type: textarea + id: additional-info + attributes: + label: Additional Information + description: Any other relevant details about the issue. From c04c1530f59aeb2fe5857603976e2033a11e948a Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:43:24 +0200 Subject: [PATCH 3/4] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 7470983d5..b9abf2bed 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -60,7 +60,7 @@ body: - type: input id: os-version attributes: - label: Operating System and Version + label: Operating System and Version (self-hosted) description: Run `cat /etc/os-release` or `lsb_release -a` in your terminal and provide the operating system and version. placeholder: "Ubuntu 22.04" From a587cae2512c268b9b68d6f4e6d0bf3a5f6b2cf7 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:44:07 +0200 Subject: [PATCH 4/4] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index b9abf2bed..f7cd51c3b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -28,7 +28,6 @@ body: 2. 3. 4. - 5. validations: required: true