返回 CodeWhale
bug_report.md
根目录 / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug report
3 about: Report a reproducible problem or regression
4 labels: bug
5 ---
6
7 ## Description
8
9 <!-- What happened? Please keep this focused on one bug. -->
10
11 ## Steps to reproduce
12
13 <!-- Include exact commands, config, or key presses when relevant. -->
14
15 1.
16 2.
17 3.
18
19 ## Expected behavior
20
21 ## Actual behavior
22
23 ## Impact
24
25 <!-- How often does this happen, and how much does it block your workflow? -->
26
27 ## Environment
28
29 - OS:
30 - codewhale version:
31 - Install method:
32 - `codewhale doctor` summary:
33 - Model/provider:
34 - Terminal app:
35 - Shell:
36
37 <!-- Hints:
38 OS: Windows 11 / Ubuntu 22.04 / macOS 14
39 codewhale version: run `codewhale --version`
40 Install method: cargo install / release binary / source build
41 codewhale doctor summary: paste only the relevant lines, and redact secrets
42 Model/provider: deepseek-v4-pro / DeepSeek, or qwen2.5-coder / Ollama
43 Terminal app: iTerm2 / Windows Terminal / GNOME Terminal / VS Code terminal
44 Shell: bash / zsh / fish / PowerShell
45 -->
46
47 ## Logs, screenshots, or recordings
48
49 <!-- Add logs, screenshots, config snippets, a short screen recording, or whether this also happens with --no-alt-screen. -->
50
50 lines MARKDOWN