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?