mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
- 更新问题报告指引,整合 Bug、功能、文档、咨询四类模板 - 优化 Issue 分诊建议,明确 bug、enhancement、documentation、question 分类 - 修订 PR 提交流程说明,统一模板使用要求 - 新增 README 项目介绍文档,包含模块说明、安装指导等内容 - 添加标准化 Issue 模板配置,支持 Bug 报告、功能建议、文档改进、使用咨询 - 完善 GitHub Issue 配置,提供模板搜索与文档链接指引
12 lines
797 B
YAML
12 lines
797 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: "Search Existing Issues / 搜索现有 Issues"
|
|
url: "https://github.com/GeWuYou/GFramework/issues?q=is%3Aissue"
|
|
about: "Check whether your topic has already been reported or discussed. / 先确认是否已有相同问题或讨论。"
|
|
- name: "Read Contribution Guide / 阅读贡献指南"
|
|
url: "https://github.com/GeWuYou/GFramework/blob/main/docs/zh-CN/contributing.md"
|
|
about: "Review issue and pull request expectations before submitting. / 提交前先阅读 Issue 与 PR 的协作约定。"
|
|
- name: "Browse Documentation / 查看文档"
|
|
url: "https://github.com/GeWuYou/GFramework/tree/main/docs/zh-CN"
|
|
about: "Read docs, tutorials, and troubleshooting pages first. / 先查看文档、教程与排障页面。"
|