From e09512177a4fe50a98dde247a6023e5f00c3ac12 Mon Sep 17 00:00:00 2001 From: JustSong <39998050+songquanpeng@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:48:31 +0800 Subject: [PATCH 1/6] docs: add issue templates --- .github/ISSUE_TEMPLATE/功能请求.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/报告问题.md | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/功能请求.md create mode 100644 .github/ISSUE_TEMPLATE/报告问题.md diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md new file mode 100644 index 00000000..1708d81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -0,0 +1,16 @@ +--- +name: 功能请求 +about: 请求加入新功能 +title: '' +labels: '' +assignees: '' + +--- + +**例行检查** ++ [ ] 我已确认目前没有类似 issue ++ [ ] 我已确认我已升级到最新版本 + +**功能描述** + +**应用场景** diff --git a/.github/ISSUE_TEMPLATE/报告问题.md b/.github/ISSUE_TEMPLATE/报告问题.md new file mode 100644 index 00000000..c5b40aa1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/报告问题.md @@ -0,0 +1,20 @@ +--- +name: 报告问题 +about: 使用简练详细的语言描述你的问题 +title: '' +labels: bug +assignees: '' + +--- + +**例行检查** ++ [ ] 我已确认目前没有类似 issue ++ [ ] 我已确认我已升级到最新版本 + +**问题描述** + +**复现步骤** + +**预期结果** + +**相关截图** From 2930577cd63b0ae3bc12aa0f3a8d54b6c0ce64fe Mon Sep 17 00:00:00 2001 From: JustSong <39998050+songquanpeng@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:51:48 +0800 Subject: [PATCH 2/6] docs: update issue template --- .github/ISSUE_TEMPLATE/功能请求.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md index 1708d81f..101de93a 100644 --- a/.github/ISSUE_TEMPLATE/功能请求.md +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -2,7 +2,7 @@ name: 功能请求 about: 请求加入新功能 title: '' -labels: '' +labels: 'enhancement' assignees: '' --- From f426f31bd77fbc7169e0d7dc118f1dea9c32012d Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 14 Jun 2023 14:59:24 +0800 Subject: [PATCH 3/6] docs: update issue template --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/功能请求.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..1c746b28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 项目群聊 + url: https://openai.justsong.cn/ + about: 演示站首页有官方群聊信息 + - name: 付费部署或定制功能 + url: https://openai.justsong.cn/ + about: 加群后联系群主 diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md index 101de93a..223d2feb 100644 --- a/.github/ISSUE_TEMPLATE/功能请求.md +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -2,7 +2,7 @@ name: 功能请求 about: 请求加入新功能 title: '' -labels: 'enhancement' +labels: enhancement assignees: '' --- From 54d7a1c2e80d0453286373cc986a09e0107af97a Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 14 Jun 2023 15:02:36 +0800 Subject: [PATCH 4/6] docs: update issue template --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1c746b28..a1202156 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: 项目群聊 url: https://openai.justsong.cn/ about: 演示站首页有官方群聊信息 + - name: 赞赏支持 + url: https://iamazing.cn/page/reward + about: 请作者喝杯咖啡,以激励作者持续开发 - name: 付费部署或定制功能 url: https://openai.justsong.cn/ about: 加群后联系群主 From f71f01662c04ec9f641426b853a5bc5210841adc Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 14 Jun 2023 15:03:51 +0800 Subject: [PATCH 5/6] docs: update issue template --- .github/ISSUE_TEMPLATE/{报告问题.md => bug_report.md} | 0 .github/ISSUE_TEMPLATE/{功能请求.md => feature_request.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{报告问题.md => bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{功能请求.md => feature_request.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/报告问题.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/报告问题.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/功能请求.md rename to .github/ISSUE_TEMPLATE/feature_request.md From 07cccdc8c07ee717def97d3094150457044089e8 Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 14 Jun 2023 15:13:05 +0800 Subject: [PATCH 6/6] docs: update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c5b40aa1..045004b8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: 报告问题 -about: 使用简练详细的语言描述你的问题 +about: 使用简练详细的语言描述你遇到的问题 title: '' labels: bug assignees: '' @@ -10,6 +10,8 @@ assignees: '' **例行检查** + [ ] 我已确认目前没有类似 issue + [ ] 我已确认我已升级到最新版本 ++ [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 ++ [ ] 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭 **问题描述** @@ -18,3 +20,4 @@ assignees: '' **预期结果** **相关截图** +如果没有的话,请删除此节。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 223d2feb..194ead7c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: 功能请求 -about: 请求加入新功能 +about: 使用简练详细的语言描述希望加入的新功能 title: '' labels: enhancement assignees: '' @@ -10,6 +10,8 @@ assignees: '' **例行检查** + [ ] 我已确认目前没有类似 issue + [ ] 我已确认我已升级到最新版本 ++ [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 ++ [ ] 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭 **功能描述**