Przeglądaj źródła

移除PULL_REQUEST_TEMPLATE配置文件

删除了.github/PULL_REQUEST_TEMPLATE/config.yml文件,包括其中的空白issue设置、联系链接和模板信息。
SongZihuan 1 tydzień temu
rodzic
commit
659719fd63
1 zmienionych plików z 0 dodań i 29 usunięć
  1. 0 29
      .github/PULL_REQUEST_TEMPLATE/config.yml

+ 0 - 29
.github/PULL_REQUEST_TEMPLATE/config.yml

@@ -1,29 +0,0 @@
-blank_issues_enabled: true
-
-contact_links:
-  - name: 项目支持
-    url: https://github.com/SongZihuan/BackendServerTemplate/issues
-    about: 如果你需要本开发框架/模板的技术支持,可以访问项目支持。
-  - name: 作者官网
-    url: https://song-zh.com
-    about: 若你需要了解作者,可以访问上述网站。
-  - name: 网站留言
-    url: https://song-zh.com/message
-    about: 若你需要与作者取得直接联系,可以使用上述网站留言。
-  - name: 邮件联系
-    url: mailto://contact@song-zh.com
-    about: 若你需要与作者取得直接联系,可以使用上述邮件。
-
-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