فهرست منبع

更新 ISSUE 和 PULL_REQUEST 模板配置

修正了 ISSUE 模板中的邮件联系描述,并在 PULL_REQUEST 模板中调整了部分语句的标点符号,以提高文档清晰度。
SongZihuan 1 هفته پیش
والد
کامیت
0547807928
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      .github/ISSUE_TEMPLATE/config.yml
  2. 3 3
      .github/PULL_REQUEST_TEMPLATE/config.yml

+ 1 - 1
.github/ISSUE_TEMPLATE/config.yml

@@ -12,4 +12,4 @@ contact_links:
     about: 若你需要与作者取得直接联系,可以使用上述网站留言。
   - name: 邮件联系
     url: mailto://contact@song-zh.com
-    about: 若你需要与作者取得直接联系,可以使用上述邮件。
+    about: 若你需要与作者取得直接联系,可以使用上述邮件。

+ 3 - 3
.github/PULL_REQUEST_TEMPLATE/config.yml

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