Update BUG_REPORT.yml

This commit is contained in:
peaklabs-dev
2024-09-13 15:31:14 +02:00
parent 51c43e7457
commit cddf8476de

View File

@@ -1,14 +1,13 @@
name: Bug Report name: 🐞 Bug Report
description: "File a new bug report" description: "File a new bug report."
title: "[Bug]: " title: "[Bug]: "
labels: ["🐛 Bug", "🔍 Triage"] labels: ["🐛 Bug", "🔍 Triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
# Important # 💎 Bounty Program (with [algora.io](https://console.algora.io/org/coollabsio/bounties/new))
- **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).
- 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 id: error-and-logs
@@ -22,7 +21,7 @@ body:
id: reproduction-steps id: reproduction-steps
attributes: attributes:
label: Steps to Reproduce 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). 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.
@@ -41,7 +40,7 @@ body:
id: coolify-version id: coolify-version
attributes: attributes:
label: Coolify Version label: Coolify Version
description: Please provide the coolify version you are using. 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.
placeholder: "v4.0.0-beta.335" placeholder: "v4.0.0-beta.335"
validations: validations:
required: true required: true
@@ -68,3 +67,11 @@ body:
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
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).
options:
- label: I confirm that I am using the latest version of Coolify.
required: true