From b4044f70eff0f662c2ea405476c51784e1e80df3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 20 Dec 2024 20:38:25 +0100 Subject: [PATCH] Update 3_os_cli_bug.yaml --- .github/ISSUE_TEMPLATE/3_os_cli_bug.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3_os_cli_bug.yaml b/.github/ISSUE_TEMPLATE/3_os_cli_bug.yaml index 2519dac3..47d17ecc 100644 --- a/.github/ISSUE_TEMPLATE/3_os_cli_bug.yaml +++ b/.github/ISSUE_TEMPLATE/3_os_cli_bug.yaml @@ -37,18 +37,8 @@ body: 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."