Create 3_os_cli_bug.yaml

This commit is contained in:
Stefan Pejcic 2024-12-20 20:30:32 +01:00 committed by GitHub
parent 81ae18cbfc
commit b1a70553c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,54 @@
name: 🐛 OpenCLI (terminal commands) and OS related problems Report
description: OS related, API and [command line](https://dev.openpanel.com/cli/) errors
labels: Bug
body:
- type: input
id: affected-versions
attributes:
label: OpenPanel version(s) affected
placeholder: x.y.z
validations:
required: true
- type: dropdown
id: os
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:
label: Description
description: A clear and concise description of the problem
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce
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 screenshot that is needed for others to reproduce the problem easily.
validations:
required: true
- type: textarea
id: possible-solution
attributes:
label: Possible Solution
description: |
Optional: only if you have suggestions on a fix/reason for the bug
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: "Optional: any other context about the problem: log messages, screenshots, etc."