Skip to content

Commit b4b6a42

Browse files
committed
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.
1 parent 4c031a7 commit b4b6a42

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
2-
description: 'Create a new bug report.'
3-
title: '[Bug]: '
2+
description: "Create a new bug report."
3+
title: "[Bug]: "
44
body:
55
- type: markdown
66
attributes:
@@ -35,3 +35,12 @@ body:
3535
description: Coolify's version (see top of your screen).
3636
validations:
3737
required: true
38+
- type: checkboxes
39+
attributes:
40+
label: Cloud?
41+
description: "Are you using the cloud version of Coolify?"
42+
options:
43+
- label: Yes
44+
required: true
45+
- label: No
46+
required: true

0 commit comments

Comments
 (0)