소스 검색

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: |
       1. ...
       2. ...
+  validations:
+    required: true
 - type: textarea
   id: Expected
   attributes:
     label: 期望的结果
     # Expected behavior. Descript what you expected to happen.
+  validations:
+    required: true