From 209d65232c6424c6213764f5a6965338d7ab1598 Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Sun, 7 Apr 2024 22:25:41 +0800 Subject: [PATCH 1/4] feat: update issue template --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/help_wanted.yml | 22 ---------------------- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/help_wanted.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 004214531d719..a27fa9787ac36 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: "\U0001F4E7 Dify Community" + url: https://github.com/langgenius/dify/discussions/categories/general + about: "Join the Dify community to ask questions and get help" - name: "\U0001F4DA Dify user documentation" url: https://docs.dify.ai/getting-started/readme about: Documentation for users of Dify diff --git a/.github/ISSUE_TEMPLATE/help_wanted.yml b/.github/ISSUE_TEMPLATE/help_wanted.yml deleted file mode 100644 index 1834d63f52649..0000000000000 --- a/.github/ISSUE_TEMPLATE/help_wanted.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: "🤝 Help Wanted" -description: "Request help from the community [please use English :)]" -labels: - - help-wanted -body: - - type: checkboxes - attributes: - label: Self Checks - description: "To make sure we get to you in time, please check the following :)" - options: - - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - required: true - - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - required: true - - label: "Pleas do not modify this template :) and fill in all the required fields." - required: true - - type: textarea - attributes: - label: Provide a description of the help you need - placeholder: Briefly describe what you need help with. - validations: - required: true From 58e608a013a3a5410bc6e074718824b1f3c8549b Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Sun, 7 Apr 2024 22:27:14 +0800 Subject: [PATCH 2/4] feat: update issue template --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a27fa9787ac36..827cf8f58099b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: "\U0001F4E7 Dify Community" url: https://github.com/langgenius/dify/discussions/categories/general - about: "Join the Dify community to ask questions and get help" + about: General discussions and request help from the community - name: "\U0001F4DA Dify user documentation" url: https://docs.dify.ai/getting-started/readme about: Documentation for users of Dify From b564ffd88d55ce9099c4ef45b9249b693f8cda81 Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Sun, 7 Apr 2024 22:29:47 +0800 Subject: [PATCH 3/4] feat: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index acb9cd807e235..fea45de1d3415 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,6 +8,8 @@ body: label: Self Checks description: "To make sure we get to you in time, please check the following :)" options: + - label: This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). + required: true - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. required: true - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). From 2041e21c1437a3cee82d2f59b51f9a7641b41408 Mon Sep 17 00:00:00 2001 From: Chenhe Gu Date: Mon, 8 Apr 2024 02:42:52 +0800 Subject: [PATCH 4/4] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 827cf8f58099b..6877c382c4157 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,5 @@ blank_issues_enabled: false contact_links: - - name: "\U0001F4E7 Dify Community" + - name: "\U0001F4E7 Discussions" url: https://github.com/langgenius/dify/discussions/categories/general about: General discussions and request help from the community - - name: "\U0001F4DA Dify user documentation" - url: https://docs.dify.ai/getting-started/readme - about: Documentation for users of Dify - - name: "\U0001F4DA Dify dev documentation" - url: https://docs.dify.ai/getting-started/install-self-hosted - about: Documentation for people interested in developing and contributing for Dify