mirror of
https://github.com/anthropics/claude-code.git
synced 2026-08-14 02:42:26 -06:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae7efe8a7f | |||
| ec1b0f626f | |||
| 2be177bfd5 | |||
| e91c77304d | |||
| 1c6ab88c83 | |||
| 8b22a3d693 | |||
| 5455e5d5cd | |||
| 1a4e0f4d73 | |||
| e41a75d3c2 | |||
| b26866aa95 | |||
| 9b78675c47 | |||
| ab49f11ff1 | |||
| 24695298d3 | |||
| 2eb3cd1466 | |||
| b4adc82cac | |||
| b46a3eb29a | |||
| 429d03e382 | |||
| bd5ca708ad |
@@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: '[BUG] '
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
- Platform (select one):
|
||||||
|
- [ ] Anthropic API
|
||||||
|
- [ ] AWS Bedrock
|
||||||
|
- [ ] Google Vertex AI
|
||||||
|
- [ ] Other: <!-- specify -->
|
||||||
|
- Claude CLI version: <!-- output of `claude --version` -->
|
||||||
|
- Operating System: <!-- e.g. macOS 14.3, Windows 11, Ubuntu 22.04 -->
|
||||||
|
- Terminal: <!-- e.g. iTerm2, Terminal App -->
|
||||||
|
|
||||||
|
## Bug Description
|
||||||
|
<!-- A clear and concise description of the bug -->
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
1. <!-- First step -->
|
||||||
|
2. <!-- Second step -->
|
||||||
|
3. <!-- And so on... -->
|
||||||
|
|
||||||
|
## Expected Behavior
|
||||||
|
<!-- What you expected to happen -->
|
||||||
|
|
||||||
|
## Actual Behavior
|
||||||
|
<!-- What actually happened -->
|
||||||
|
|
||||||
|
## Additional Context
|
||||||
|
<!-- Add any other context about the problem here, such as screenshots, logs, etc. -->
|
||||||
Reference in New Issue
Block a user