Просмотр исходного кода

Update 2bug-report.yaml

add input "version"
Lorna0 1 год назад
Родитель
Сommit
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
   validations:
     required: false
+- type: input
+  id: version
+  attributes:
+    label: 版本号
+    placeholder: 3.0.0
+  validations:
+    required: true
 - type: textarea
   id: Reproduce
   attributes: