Update 1_Bug_report.yaml

This commit is contained in:
Stefan Pejcic
2024-09-10 23:29:38 +02:00
committed by GitHub
parent ce23666e71
commit 715d0bf392

View File

@@ -10,6 +10,19 @@ body:
placeholder: x.y.z
validations:
required: true
- type: dropdown
attributes:
label: What OS are you using?
description: Choose the OS where OpenPanel is installed
options:
- Ubuntu
- Debian
- CentOS
- AlmaLinux
- RockyLinux
- Fedora
validations:
required: true
- type: textarea
id: description
attributes:
@@ -24,7 +37,7 @@ body:
description: |
⚠️ This is the most important part of the report ⚠️
Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix.
Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily.
Please, take the time to show us some code and/or screenshot that is needed for others to reproduce the problem easily.
validations:
required: true
- type: textarea