From a9b942981d64a44700b81c1a7e5830e3d128a525 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:22:11 +0800 Subject: [PATCH] fix: issue templates not render correctly (#1763) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/document_issue.yml | 4 +++- .github/ISSUE_TEMPLATE/feature_request.yml | 5 ++++- .github/ISSUE_TEMPLATE/help_wanted.yml | 2 ++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8894a087cb..d5b0dce309 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: "🕷️ Bug report" -description: Report errors or unexpected behavior [please use English :)] +description: Report errors or unexpected behavior labels: - bug body: diff --git a/.github/ISSUE_TEMPLATE/document_issue.yml b/.github/ISSUE_TEMPLATE/document_issue.yml index 8446040a9d..505ff5de72 100644 --- a/.github/ISSUE_TEMPLATE/document_issue.yml +++ b/.github/ISSUE_TEMPLATE/document_issue.yml @@ -1,5 +1,5 @@ name: "📚 Documentation Issue" -description: Report issues in our documentation [please use English :)] +description: Report issues in our documentation labels: - ducumentation body: @@ -7,6 +7,8 @@ body: attributes: label: Self Checks description: "To make sure we get to you in time, please check the following :)" + - 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 file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9a4ad31dc8..b66b6f542d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: "⭐ Feature or enhancement request" -description: Propose something new. [please use English :)] +description: Propose something new. labels: - enhancement body: @@ -7,6 +7,9 @@ body: 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 file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/help_wanted.yml b/.github/ISSUE_TEMPLATE/help_wanted.yml index 4ded41e65f..c6fab6d225 100644 --- a/.github/ISSUE_TEMPLATE/help_wanted.yml +++ b/.github/ISSUE_TEMPLATE/help_wanted.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: 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 file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). required: true - type: textarea