From d7248bbb0e959d61fb0b12c23e05025668ff3bfa Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 2 Feb 2024 19:29:05 +0800 Subject: [PATCH] Update the template for issues. --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7bce38f63..037369f12 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,11 @@ assignees: '' --- +!!! Before submitting a new bug report, please ensure you have searched for any existing bugs and utilized +the `Ask AI` feature at https://ossrs.io or https://ossrs.net (for users in China). Duplicate issues or +questions that are overly simple or already addressed in the documentation will be removed without any +response. + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b07a11b29..5eba3b916 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,11 @@ assignees: '' --- +!!! Before submitting a new feature request, please ensure you have searched for any existing features and utilized +the `Ask AI` feature at https://ossrs.io or https://ossrs.net (for users in China). Duplicate issues or +questions that are overly simple or already addressed in the documentation will be removed without any +response. + **What is the business background? Please provide a description.** Who are the users? How do they utilize this feature? What problem does this feature address?