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.
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report a problem or regression
|
||||
about: Report a reproducible problem or regression
|
||||
labels: bug
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- What happened? Please keep this focused on one bug. -->
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
<!-- Include exact commands, config, or key presses when relevant. -->
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
@@ -16,12 +20,28 @@ labels: bug
|
||||
|
||||
## Actual behavior
|
||||
|
||||
## Impact
|
||||
|
||||
<!-- How often does this happen, and how much does it block your workflow? -->
|
||||
|
||||
## Environment
|
||||
|
||||
- OS:
|
||||
- DeepSeek CLI version:
|
||||
- Model:
|
||||
- Install method:
|
||||
- Model/provider:
|
||||
- Terminal app:
|
||||
- Shell:
|
||||
|
||||
## Logs or screenshots
|
||||
<!-- Hints:
|
||||
OS: Windows 11 / Ubuntu 22.04 / macOS 14
|
||||
DeepSeek CLI version: run `deepseek --version`
|
||||
Install method: cargo install / release binary / source build
|
||||
Model/provider: deepseek-v4-pro / DeepSeek, or qwen2.5-coder / Ollama
|
||||
Terminal app: iTerm2 / Windows Terminal / GNOME Terminal / VS Code terminal
|
||||
Shell: bash / zsh / fish / PowerShell
|
||||
-->
|
||||
|
||||
## Logs, screenshots, or recordings
|
||||
|
||||
<!-- Add logs, screenshots, config snippets, a short screen recording, or whether this also happens with --no-alt-screen. -->
|
||||
|
||||
@@ -6,9 +6,24 @@ labels: enhancement
|
||||
|
||||
## Problem
|
||||
|
||||
<!-- What problem are you trying to solve? Who is affected? -->
|
||||
|
||||
## Proposed solution
|
||||
|
||||
<!-- What should DeepSeek TUI do differently? Include commands, UI behavior, or config shape if relevant. -->
|
||||
|
||||
## Use case
|
||||
|
||||
<!-- Describe when you would use this and why the current workflow is not enough. -->
|
||||
|
||||
## Alternatives considered
|
||||
|
||||
<!-- What workarounds or other approaches have you tried? -->
|
||||
|
||||
## Impact
|
||||
|
||||
<!-- How often would you use this, and how much would it improve your workflow? -->
|
||||
|
||||
## Additional context
|
||||
|
||||
<!-- Add screenshots, mockups, examples from other tools, links, or config snippets if helpful. -->
|
||||
|
||||
Reference in New Issue
Block a user