From f76ccf5912a0208aaea0e55d0f65f96195c9c345 Mon Sep 17 00:00:00 2001 From: "Andy (NanoClaw Bot)" Date: Sat, 7 Mar 2026 20:22:06 +0800 Subject: [PATCH] feat: Add DeepWiki reminder to issue templates - Add DeepWiki AI Assistant links to bug report template - Add DeepWiki AI Assistant links to feature request template - Encourage users to check DeepWiki before opening issues - Reference pinned issue #791 for more information This helps reduce duplicate issues and provides faster support to users. --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..495f8eb5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,14 @@ assignees: '' --- +> **📚 Before submitting:** Have you tried [DeepWiki AI Assistant](https://deepwiki.com/ace-step/ACE-Step-1.5)? +> DeepWiki can instantly help with installation, troubleshooting, and common issues! +> See pinned issue #791 for more info. + +**Did you check DeepWiki?** +- [ ] Yes, I checked DeepWiki but couldn't find a solution +- [ ] No, this is a new bug not covered in the docs + **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 bbcbbe7d..dea83a0d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,14 @@ assignees: '' --- +> **📚 Quick tip:** Check if this feature already exists! +> Ask [DeepWiki AI Assistant](https://deepwiki.com/ace-step/ACE-Step-1.5) first - it knows all current features. +> See pinned issue #791 for more info. + +**Did you check existing features?** +- [ ] Yes, I checked DeepWiki and this feature doesn't exist +- [ ] This is a new feature idea + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]