From 7d26c1ab6b95f140511501aed88f39aadab0050d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 3 Dec 2024 12:27:55 -0800 Subject: [PATCH] ci: fix order of question on issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b4af226b69..8fbf1b3c5b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,8 +28,8 @@ body: label: Are you a ML Ops Team? description: This helps us prioritize your requests correctly options: - - "Yes" - "No" + - "Yes" validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b5c190551b..72943d0e6a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -28,8 +28,8 @@ body: label: Are you a ML Ops Team? description: This helps us prioritize your requests correctly options: - - "Yes" - "No" + - "Yes" validations: required: true - type: input