Update BUG_REPORT.yml

This commit is contained in:
peaklabs-dev
2024-09-13 11:00:00 +02:00
parent 7ac45aa706
commit 703bf51705

View File

@@ -1,38 +1,55 @@
name: Bug report name: Bug Report
description: "Create a new bug report." description: "Create a new bug report."
title: "[Bug]: " title: "[Bug]: "
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: >- value: >-
# 💎 Bounty program (with # ⚠️ Important: Please ensure you are using the latest version of Coolify before reporting a bug.
[algora.io](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 If you would like to prioritize the issue resolution, you can add bounty to this issue.
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 - type: textarea
attributes: attributes:
label: Description label: Exception or Error
description: A clear and concise description of the problem description: Please provide detailed error logs if possible.
- type: textarea
attributes:
label: Minimal Reproduction (if possible, example repository)
description: Please provide a step by step guide to reproduce the issue.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Exception or Error label: Reproduction Steps
description: Please provide error logs if possible. description: Please provide a step by step guide to reproduce the issue.
value: |
1.
2.
3.
validations:
required: true
- type: input - type: input
attributes: attributes:
label: Version label: Example Repository URL
description: Coolify's version (see top of your screen). 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: validations:
required: true required: true
- type: checkboxes - type: checkboxes