chore: Update bug report template

Update the bug report template to include a checkbox for indicating whether the user is using the cloud version of Coolify.
This commit is contained in:
Andras Bacsai 2024-07-18 12:07:44 +02:00
parent 4c031a7c05
commit b4b6a4294a

View File

@ -1,6 +1,6 @@
name: Bug report
description: 'Create a new bug report.'
title: '[Bug]: '
description: "Create a new bug report."
title: "[Bug]: "
body:
- type: markdown
attributes:
@ -35,3 +35,12 @@ body:
description: Coolify's version (see top of your screen).
validations:
required: true
- type: checkboxes
attributes:
label: Cloud?
description: "Are you using the cloud version of Coolify?"
options:
- label: Yes
required: true
- label: No
required: true