From 5de939233344c2a8ae6e82b884eb26b2e53242fe Mon Sep 17 00:00:00 2001 From: SWHL Date: Thu, 1 Aug 2024 09:37:02 +0800 Subject: [PATCH] chore(Issue_template): Add validation of Environment and MPE code (#13559) --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 36c573755..a66bd25f8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,7 +39,6 @@ body: label: Environment description: Please specify the software and hardware you used to produce the bug. placeholder: | - ``` OS macOS-13.5.2 Environment Jupyter @@ -51,7 +50,7 @@ body: CUDA None ``` validations: - required: false + required: true - type: textarea attributes: @@ -64,7 +63,7 @@ body: # Code to reproduce your issue here ``` validations: - required: false + required: true - type: textarea attributes: