diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd688493..0ddd31a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,26 +1,27 @@ --- -name: 报告问题 -about: 使用简练详细的语言描述你遇到的问题 -title: '' +name: Bug Report +about: Use concise and detailed language to describe the issue you encountered +title: "" labels: bug -assignees: '' - +assignees: "" --- -**例行检查** +## Routine Check -[//]: # (方框内删除已有的空格,填 x 号) -+ [ ] 我已确认目前没有类似 issue -+ [ ] 我已确认我已升级到最新版本 -+ [ ] 我已完整查看过项目 README,尤其是常见问题部分 -+ [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 -+ [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** +[//]: # "Remove space in brackets and fill with x" -**问题描述** +- [ ] I have confirmed there are no similar issues +- [ ] I have confirmed I am using the latest version +- [ ] I have thoroughly read the project README, especially the FAQ section +- [ ] I understand and am willing to follow up on this issue, assist with testing and provide feedback +- [ ] I understand and agree to the above, and understand that maintainers have limited time - **issues not following guidelines may be ignored or closed** -**复现步骤** +## Issue Description -**预期结果** +## Steps to Reproduce -**相关截图** -如果没有的话,请删除此节。 \ No newline at end of file +## Expected Behavior + +## Screenshots + +Delete this section if not applicable. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 83a0f3f4..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: 项目群聊 - url: https://openai.justsong.cn/ - about: QQ 群:828520184,自动审核,备注 One API - - name: 赞赏支持 - url: https://iamazing.cn/page/reward - about: 请作者喝杯咖啡,以激励作者持续开发 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 049d89c8..c688f9d1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,21 +1,21 @@ --- -name: 功能请求 -about: 使用简练详细的语言描述希望加入的新功能 -title: '' +name: Feature Request +about: Use concise and detailed language to describe the new feature you'd like to see +title: "" labels: enhancement -assignees: '' - +assignees: "" --- -**例行检查** +## Routine Check -[//]: # (方框内删除已有的空格,填 x 号) -+ [ ] 我已确认目前没有类似 issue -+ [ ] 我已确认我已升级到最新版本 -+ [ ] 我已完整查看过项目 README,已确定现有版本无法满足需求 -+ [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 -+ [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** +[//]: # "Remove space in brackets and fill with x" -**功能描述** +- [ ] I have confirmed there are no similar issues +- [ ] I have confirmed I am using the latest version +- [ ] I have thoroughly read the project README and confirmed existing features cannot meet my needs +- [ ] I understand and am willing to follow up on this issue, assist with testing and provide feedback +- [ ] I understand and agree to the above, and understand that maintainers have limited time - **issues not following guidelines may be ignored or closed** -**应用场景** +## Feature Description + +## Use Cases