diff --git "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210.md" b/.github/ISSUE_TEMPLATE/bugs.md similarity index 100% rename from ".github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210.md" rename to .github/ISSUE_TEMPLATE/bugs.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..068487e45b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 微信交流群 + url: https://doc.fastgpt.run/wechat-fastgpt.webp + about: FastGPT 全是问题群 diff --git a/.github/ISSUE_TEMPLATE/features.md b/.github/ISSUE_TEMPLATE/features.md new file mode 100644 index 0000000000..e9b98e173e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/features.md @@ -0,0 +1,23 @@ +--- +name: 功能请求 +about: 详细描述你期望的功能 +title: '' +labels: enhancement +assignees: '' +--- + +**例行检查** + +[//]: # '方框内删除已有的空格,填 x 号' + +- [ ] 我已确认目前没有类似 features +- [ ] 我已确认我已升级到最新版本 +- [ ] 我已完整查看过项目 README,已确定现有版本无法满足需求 +- [ ] 我理解并愿意跟进此 features,协助测试和提供反馈 +- [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 features 可能会被无视或直接关闭** + +**功能描述** + +**应用场景** + +**相关示例** diff --git "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202.md" "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202.md" deleted file mode 100644 index 0fbc665270..0000000000 --- "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202.md" +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: 功能请求 -about: 详细描述你期望的功能 -title: '' -labels: enhancement -assignees: '' - ---- - -**例行检查** - -[//]: # (方框内删除已有的空格,填 x 号) -+ [ ] 我已确认目前没有类似 issue -+ [ ] 我已确认我已升级到最新版本 -+ [ ] 我已完整查看过项目 README,已确定现有版本无法满足需求 -+ [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 -+ [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** - -**功能描述** - -**应用场景** - -**相关示例**