From ac34561dc27d0563b96cc63ae911beceee8961cd Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Wed, 16 Jul 2025 16:27:53 +0800 Subject: [PATCH 1/2] chore: update tmpl --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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..830309f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: "\U0001F4A1 Model Providers & Plugins" + url: "https://github.com/langgenius/dify-official-plugins/issues/new/choose" + about: Report issues with official plugins or model providers, you will need to provide the plugin version and other relevant details. + - name: "\U0001F4E7 Discussions" + url: https://github.com/langgenius/dify/discussions/categories/general + about: General discussions and seek help from the community From d93ed7e7f935ba4eb37f2984781d89784251bd30 Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Wed, 16 Jul 2025 16:29:38 +0800 Subject: [PATCH 2/2] chore: update template --- .github/ISSUE_TEMPLATE/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index c896524e..d31e6b03 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -64,5 +64,5 @@ body: label: Code of Conduct description: By submitting this issue, you agree to follow our contribution guidelines options: - - label: I agree to follow Dify's documentation contribution guidelines + - label: I agree to follow Dify's documentation [contribution guidelines](https://github.com/langgenius/dify/blob/0277a37fcad5ad86aeb239485c27fffd5cd90043/CONTRIBUTING.md) required: true \ No newline at end of file