From df66226f7d6287e7b05eddaa727174e01e2cdceb Mon Sep 17 00:00:00 2001 From: Cebtenzzre Date: Tue, 10 Oct 2023 13:35:07 -0400 Subject: [PATCH] issue template: remove "Related Components" section --- .github/ISSUE_TEMPLATE/bug-report.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6c3712c8dceb..4e446ac58225 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -27,21 +27,6 @@ body: - label: "The official example notebooks/scripts" - label: "My own modified scripts" - - type: checkboxes - id: related-components - attributes: - label: Related Components - description: "Select the components related to the issue (if applicable):" - options: - - label: "backend" - - label: "bindings" - - label: "python-bindings" - - label: "chat-ui" - - label: "models" - - label: "circleci" - - label: "docker" - - label: "api" - - type: textarea id: reproduction validations: @@ -67,4 +52,4 @@ body: required: true attributes: label: Expected behavior - description: "A clear and concise description of what you would expect to happen." \ No newline at end of file + description: "A clear and concise description of what you would expect to happen."