Przeglądaj źródła

更新模板配置文件

在ISSUE和PULL_REQUEST模板配置文件中,为每个条目添加了`template`字段,以确保模板文件的正确引用。这有助于提高问题和拉取请求创建时的一致性和准确性。
SongZihuan 1 tydzień temu
rodzic
commit
29fe781d94

+ 0 - 0
.github/ISSUE_TEMPLATE/config.yaml → .github/ISSUE_TEMPLATE/config.yml


+ 3 - 0
.github/PULL_REQUEST_TEMPLATE/config.yaml → .github/PULL_REQUEST_TEMPLATE/config.yml

@@ -18,9 +18,12 @@ templates:
   - name: 错误修复
     description: 遇到了错误并进行修复。
     filename: 1-bug.md
+    template: 1-bug.md
   - name: 添加了新特性或功能
     description: 添加了新的特性或功能。
     filename: 2-feature.md
+    template: 2-feature.md
   - name: 其他
     description: 其他提交,
     filename: 3-other.md
+    template: 3-other.md