瀏覽代碼

!1576 优化gitee配置文件
Merge pull request !1576 from 喵你个汪/next

zuohuaijun 1 年之前
父節點
當前提交
64364d29d1
共有 2 個文件被更改,包括 11 次插入9 次删除
  1. 8 6
      .gitee/ISSUE_TEMPLATE/bug.yml
  2. 3 3
      .gitee/ISSUE_TEMPLATE/feature.yml

+ 8 - 6
.gitee/ISSUE_TEMPLATE/bug.yml

@@ -65,10 +65,12 @@ body:
         [这里粘贴执行结果]
   validations:
     required: false
-- type: input
+- type: dropdown
+  id: version
   attributes:
-    label: Admin.NET Version
-    description: Admin.NET 版本
-    value: next
-  validations:
-    required: false
+    label: 版本/分支
+    description: 你当前正在使用的版本/分支?
+    options:
+        - next (默认)
+    validations:
+      required: true

+ 3 - 3
.gitee/ISSUE_TEMPLATE/feature.yml

@@ -13,10 +13,10 @@ body:
   - type: textarea
     id: related-problem
     attributes:
-      label: 开发过程中我们现有组件或者组件功能无法实现的功能
-      description: 请清晰的描述现有组件或者新组件的使用场景,以及开发中遇到的难处。
+      label: 开发过程中现有的模块或组件无法实现的功能
+      description: 请清晰的描述现有模块或组件使用场景,以及开发中遇到的难处。
       placeholder: |
-        如果是现有组件,请先仔细阅读文档与示例,确定想要的功能无法实现后再提交。
+        如果是现有的模块或组件,请先仔细阅读文档或在QQ群内提问,确定想要的功能无法实现后再提交。
     validations:
       required: false
   - type: textarea