chore(Issue_template): Add validation of Environment and MPE code (#13559)

pull/13561/head
SWHL 2024-08-01 09:37:02 +08:00 committed by GitHub
parent d3ed42241a
commit 5de9392333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -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: