From ec1b0f626fd5feab724293e5cf38861517897817 Mon Sep 17 00:00:00 2001 From: 8enmann Date: Thu, 6 Mar 2025 19:57:03 -0800 Subject: [PATCH] Add GitHub issue template for bug reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds a structured template for bug reports including fields for: - Platform selection (Anthropic API, AWS Bedrock, Google Vertex AI) - Claude CLI version information - OS details - Steps to reproduce 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..bf461e60 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +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: +- Claude CLI version: +- Operating System: + +## Bug Description + + +## Steps to Reproduce +1. +2. +3. + +## Expected Behavior + + +## Actual Behavior + + +## Additional Context + \ No newline at end of file