diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml index 4f4a1f50..37af05a7 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml @@ -39,8 +39,6 @@ body: attributes: label: Description description: A clear and concise description of the problem - validations: - required: true - type: textarea id: how-to-reproduce attributes: @@ -51,14 +49,3 @@ body: 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."