mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 1_Bug_report.yaml
This commit is contained in:
15
.github/ISSUE_TEMPLATE/1_Bug_report.yaml
vendored
15
.github/ISSUE_TEMPLATE/1_Bug_report.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user