diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7445c3d41a3..432bf75d55b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -71,7 +71,7 @@ body: validations: required: true - - type: textarea + - type: input id: panel-logs attributes: label: Error Logs @@ -85,9 +85,6 @@ body: ./log_collector ``` placeholder: "https://paste.frocdn.com/" - render: bash - validations: - required: false - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index c9a761b249d..3e570f22bc0 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -27,6 +27,4 @@ body: - type: textarea attributes: label: Additional context to this request. - description: "Add any other context or screenshots about the feature request." - validations: - required: false \ No newline at end of file + description: "Add any other context or screenshots about the feature request." \ No newline at end of file