From 503551ddec0eaeb5868466668411a06c6865420d Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Wed, 13 May 2026 04:37:11 +0800 Subject: [PATCH] docs: improve issue templates (#1525) Add clearer prompts to bug reports and feature requests so users provide reproduction details, impact, environment context, use cases, and supporting materials up front. --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++ 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b27cef23..6a0290ae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,13 +1,17 @@ --- name: Bug report -about: Report a problem or regression +about: Report a reproducible problem or regression labels: bug --- ## Description + + ## Steps to reproduce + + 1. 2. 3. @@ -16,12 +20,28 @@ labels: bug ## Actual behavior +## Impact + + + ## Environment - OS: - DeepSeek CLI version: -- Model: +- Install method: +- Model/provider: +- Terminal app: - Shell: -## Logs or screenshots + +## Logs, screenshots, or recordings + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a20089f9..f9cfc542 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,9 +6,24 @@ labels: enhancement ## Problem + + ## Proposed solution + + +## Use case + + + ## Alternatives considered + + +## Impact + + + ## Additional context +