diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 15ed38536..d24f735c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -64,7 +64,6 @@ body: # Ensure indentation uses regular spaces render: shell # Use 'shell' or 'log' for better formatting of code/logs validations: required: false - if: console-output # Only include this field in the final issue if it is filled # - type: textarea # id: error-log-info # ID is optional for markdown but kept for consistency # attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 41fe3df9f..1e225ef19 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -39,7 +39,6 @@ body: placeholder: 'Have you thought about other ways to solve the problem? What were they?' validations: required: false # Often optional, but good to prompt for - if: alternatives # Only include this field in the final issue if it is filled - type: textarea id: additional-context @@ -49,4 +48,3 @@ body: placeholder: 'Add links to related issues, screenshots, mockups, or any other relevant information.' validations: required: false - if: additional-context # Only include this field in the final issue if it is filled