Update BUG_REPORT.yml

This commit is contained in:
peaklabs-dev
2024-09-13 17:01:31 +02:00
committed by GitHub
parent dcf91cc034
commit bb773e1118

View File

@@ -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). - 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 - type: textarea
id: error-and-logs
attributes: attributes:
label: Error Message and Logs label: Error Message and Logs
description: Provide a detailed description of the error or exception you encountered, along with any relevant log output. 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 required: true
- type: textarea - type: textarea
id: reproduction-steps
attributes: attributes:
label: Steps to Reproduce 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. 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: | value: |
1. 1.
2. 2.
3. 3.
4. 4.
validations: validations:
required: true required: true
- type: input - type: input
id: example-repo
attributes: attributes:
label: Example Repository URL label: Example Repository URL
description: If applicable, provide a URL to a repository demonstrating the issue. description: If applicable, provide a URL to a repository demonstrating the issue.
- type: input - type: input
id: coolify-version
attributes: attributes:
label: Coolify Version 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. 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 required: true
- type: dropdown - type: dropdown
id: cloud-version
attributes: attributes:
label: Are you using Coolify Cloud? label: Are you using Coolify Cloud?
options: options:
@@ -56,22 +51,19 @@ body:
required: true required: true
- type: input - type: input
id: os-version
attributes: attributes:
label: Operating System and Version (self-hosted) 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. description: Run `cat /etc/os-release` or `lsb_release -a` in your terminal and provide the operating system and version.
placeholder: "Ubuntu 22.04" placeholder: "Ubuntu 22.04"
- type: textarea - type: textarea
id: additional-info
attributes: attributes:
label: Additional Information label: Additional Information
description: Any other relevant details about the issue. description: Any other relevant details about the issue.
- type: checkboxes - type: checkboxes
id: using-latest-version
attributes: 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: options:
- label: I confirm that I am using the latest version of Coolify. - label: I confirm that I am using the latest version of Coolify.
required: true required: true