浏览代码

Update 2bug-report.yaml

复现方式改为必填
Lorna0 1 年之前
父节点
当前提交
44c010d6ca
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/ISSUE_TEMPLATE/2bug-report.yaml

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

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