在ISSUE和PULL_REQUEST模板配置文件中,为每个条目添加了`template`字段,以确保模板文件的正确引用。这有助于提高问题和拉取请求创建时的一致性和准确性。
@@ -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