Quellcode durchsuchen

更新模板配置文件

在ISSUE和PULL_REQUEST模板配置文件中,为每个条目添加了`template`字段,以确保模板文件的正确引用。这有助于提高问题和拉取请求创建时的一致性和准确性。
SongZihuan vor 1 Woche
Ursprung
Commit
29fe781d94
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 0 0
      .github/ISSUE_TEMPLATE/config.yml
  2. 3 0
      .github/PULL_REQUEST_TEMPLATE/config.yml

+ 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: 错误修复
   - name: 错误修复
     description: 遇到了错误并进行修复。
     description: 遇到了错误并进行修复。
     filename: 1-bug.md
     filename: 1-bug.md
+    template: 1-bug.md
   - name: 添加了新特性或功能
   - name: 添加了新特性或功能
     description: 添加了新的特性或功能。
     description: 添加了新的特性或功能。
     filename: 2-feature.md
     filename: 2-feature.md
+    template: 2-feature.md
   - name: 其他
   - name: 其他
     description: 其他提交,
     description: 其他提交,
     filename: 3-other.md
     filename: 3-other.md
+    template: 3-other.md