From 12129b99f9fbaa92793be26ddb509a630af26a67 Mon Sep 17 00:00:00 2001 From: Rok Mihevc Date: Thu, 27 Jun 2024 11:59:24 +0200 Subject: [PATCH] Review feedback --- .github/ISSUE_TEMPLATE/bug_report.yaml | 7 +++---- .github/ISSUE_TEMPLATE/feature_request.yaml | 7 +++---- .github/ISSUE_TEMPLATE/usage_question.yaml | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index aaa2b395e2..1f2b5bbac4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -33,8 +33,8 @@ body: label: Component(s) multiple: true options: - - Release - - Continuous Integration + - Core + - Build - Arrow - Avro - Pig @@ -43,6 +43,5 @@ body: - Thrift - CLI - Benchmarking - - Other validations: - required: true + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 6a83ecaabe..6c0388af19 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -36,8 +36,8 @@ body: label: Component(s) multiple: true options: - - Release - - Continuous Integration + - Core + - Build - Arrow - Avro - Pig @@ -46,6 +46,5 @@ body: - Thrift - CLI - Benchmarking - - Other validations: - required: true \ No newline at end of file + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/usage_question.yaml b/.github/ISSUE_TEMPLATE/usage_question.yaml index ba8638ebd5..b7ddbf1451 100644 --- a/.github/ISSUE_TEMPLATE/usage_question.yaml +++ b/.github/ISSUE_TEMPLATE/usage_question.yaml @@ -56,8 +56,8 @@ body: label: Component(s) multiple: true options: - - Release - - Continuous Integration + - Core + - Build - Arrow - Avro - Pig @@ -66,6 +66,5 @@ body: - Thrift - CLI - Benchmarking - - Other validations: - required: true \ No newline at end of file + required: false \ No newline at end of file