coolify/.github/ISSUE_TEMPLATE/BUG_REPORT.yml

47 lines
1.3 KiB
YAML
Raw Normal View History

2023-09-08 12:05:15 +02:00
name: Bug report
description: "Create a new bug report."
title: "[Bug]: "
2023-09-08 12:05:15 +02:00
body:
- type: markdown
attributes:
value: >-
# 💎 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.
2023-09-08 12:05:15 +02:00
- 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.
2023-09-08 12:05:15 +02:00
validations:
required: true
- type: textarea
attributes:
label: Exception or Error
description: Please provide error logs if possible.
- type: input
attributes:
label: Version
description: Coolify's version (see top of your screen).
2023-09-08 12:05:15 +02:00
validations:
required: true
- type: checkboxes
attributes:
label: Cloud?
description: "Are you using the cloud version of Coolify?"
options:
2024-07-20 14:17:51 +02:00
- label: 'Yes'
required: false
2024-07-20 14:17:51 +02:00
- label: 'No'
required: false