소스 검색

fix: fix errors in bug report form

Poly-Pixel 2 년 전
부모
커밋
6c58a27247
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 3 - 3
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -21,8 +21,8 @@ body:
     attributes:
       label: Expected Behavior
       description: A clear and concise description of what you expected to happen
-      validations:
-        required: true
+    validations:
+      required: true
   - type: input
     id: os
     attributes:
@@ -42,7 +42,7 @@ body:
     attributes:
       label: Screenshots
       description: If applicable, please add screenshots to help explain your problem
-  - type: textbox
+  - type: textarea
     id: context
     attributes:
       label: Additional Context