From 9e01582dc84b1359e47ba12e36870e8e2fc8d3be Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Tue, 27 Jun 2023 15:53:13 +0800 Subject: [PATCH] Update issue template Signed-off-by: shiyu22 --- .github/ISSUE_TEMPLATE/--bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/--feature-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yaml b/.github/ISSUE_TEMPLATE/--bug-report.yaml index b8b7c8833..4cdd28878 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/--bug-report.yaml @@ -9,7 +9,7 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. + description: Please search to see if an issue already exists for the bug you encountered, and check the [FAQ](https://github.com/milvus-io/bootcamp/blob/master/bootcamp_faq.md). options: - label: I have searched the existing issues required: true diff --git a/.github/ISSUE_TEMPLATE/--feature-request.yaml b/.github/ISSUE_TEMPLATE/--feature-request.yaml index 365486295..c2febf7db 100644 --- a/.github/ISSUE_TEMPLATE/--feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/--feature-request.yaml @@ -9,7 +9,7 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue related to this feature request already exists. + description: Please search to see if an issue related to this feature request already exists, and learn about [Towhee Operator](https://towhee.io/tasks/operator) and [Towhee Examples](https://github.com/towhee-io/examples). options: - label: I have searched the existing issues required: true