From 7b9dd75c1b13310c8dd851703b7146c14e0edab5 Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:33:49 +0000 Subject: [PATCH] change panel logs template to input & clean up templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 +---- .github/ISSUE_TEMPLATE/feature-request.yml | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) 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