瀏覽代碼

Update 2bug-report.yaml

add input "version"
Lorna0 1 年之前
父節點
當前提交
21a30a034e
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/ISSUE_TEMPLATE/2bug-report.yaml

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

@@ -16,6 +16,13 @@ body:
     # Describe the bug
     # Describe the bug
   validations:
   validations:
     required: false
     required: false
+- type: input
+  id: version
+  attributes:
+    label: 版本号
+    placeholder: 3.0.0
+  validations:
+    required: true
 - type: textarea
 - type: textarea
   id: Reproduce
   id: Reproduce
   attributes:
   attributes: