From bb773e1118ecffa6f6d48d69de923c8079dc9b70 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:01:31 +0200 Subject: [PATCH] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index b4250d5c1..47b08967b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -10,7 +10,6 @@ body: - 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). - type: textarea - id: error-and-logs attributes: label: Error Message and Logs description: Provide a detailed description of the error or exception you encountered, along with any relevant log output. @@ -18,26 +17,23 @@ body: required: true - type: textarea - id: reproduction-steps attributes: label: Steps to Reproduce description: Please provide a step-by-step guide to reproduce the issue. Be as detailed as possible, otherwise we may not be able to assist you. value: | - 1. - 2. + 1. + 2. 3. 4. validations: required: true - type: input - id: example-repo attributes: label: Example Repository URL description: If applicable, provide a URL to a repository demonstrating the issue. - type: input - id: coolify-version attributes: label: Coolify Version description: Please provide the Coolify version you are using. This can be found in the top left corner of your Coolify dashboard. @@ -46,7 +42,6 @@ body: required: true - type: dropdown - id: cloud-version attributes: label: Are you using Coolify Cloud? options: @@ -56,22 +51,19 @@ body: required: true - type: input - id: os-version attributes: 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" - type: textarea - id: additional-info attributes: label: Additional Information description: Any other relevant details about the issue. - type: checkboxes - id: using-latest-version attributes: - label: Make sure you are using the latest version of Coolify before submitting this issue (as the bug might have been fixed already). + label: Make sure you are using the latest version of Coolify before submitting this issue (as the bug could have been fixed already). options: - label: I confirm that I am using the latest version of Coolify. required: true