Browse Source

Update 2bug-report.yaml

复现方式改为必填
Lorna0 1 year ago
parent
commit
44c010d6ca
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/ISSUE_TEMPLATE/2bug-report.yaml

+ 4 - 0
.github/ISSUE_TEMPLATE/2bug-report.yaml

@@ -24,8 +24,12 @@ body:
     placeholder: |
       1. ...
       2. ...
+  validations:
+    required: true
 - type: textarea
   id: Expected
   attributes:
     label: 期望的结果
     # Expected behavior. Descript what you expected to happen.
+  validations:
+    required: true