From 9fe2ce5f37452b800377c29bc762383d4f2ba1dd Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 20 Dec 2024 20:32:24 +0100 Subject: [PATCH] Update 2_user_bug.yaml --- .github/ISSUE_TEMPLATE/2_user_bug.yaml | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_user_bug.yaml b/.github/ISSUE_TEMPLATE/2_user_bug.yaml index 66421a65..1dd4d8b6 100644 --- a/.github/ISSUE_TEMPLATE/2_user_bug.yaml +++ b/.github/ISSUE_TEMPLATE/2_user_bug.yaml @@ -10,20 +10,6 @@ body: 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: @@ -39,16 +25,3 @@ body: ⚠️ 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."