Selaa lähdekoodia

Update feature_request.yml

doc
miemieYaho 9 kuukautta sitten
vanhempi
commit
1c15aec63e
1 muutettua tiedostoa jossa 13 lisäystä ja 8 poistoa
  1. 13 8
      .github/ISSUE_TEMPLATE/feature_request.yml

+ 13 - 8
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -1,19 +1,24 @@
 name: 功能改进
 description: Feature Request
-title: "[功能改进]: "
-labels: ["feature request"]
+title: "[功能改进]: 描述"
+labels: [""]
 body:
   - type: markdown
     attributes:
       value: |
         请说明你希望添加的功能。
-  - type: input
-    id: version
+  - type: checkboxes
+    id: confirm
     attributes:
-      label: 当前程序版本
-      description: 目前使用的程序版本
-    validations:
-      required: true
+      label: 确认
+      description: 在提交 issue 之前,请确认你已经阅读并确认以下内容
+      options:
+        - label: 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
+          required: true
+        - label: 我已经在 [issue](https://github.com/baomidou/mybatis-plus/issues) 中搜索过, 确认问题没有被提出过
+          required: true
+        - label: 我已经修改标题, 将标题中的 描述 替换为遇到的问题
+          required: true
   - type: textarea
     id: feature-request
     attributes: