Pls use YAML for the Issues template instead of Markdown
name: Bug Report
about: Melde einen Fehler, um uns bei der Verbesserung zu helfen
title: "[BUG] "
labels: bug
assignees: ''
body:
- type: markdown
attributes:
value: |
Danke, dass du dir die Zeit nimmst, einen Fehler zu melden!
- type: dropdown
id: platform
attributes:
label: Platform
options:
- Anthropic API
- AWS Bedrock
- Google Vertex AI
- Other
validations:
required: true
- type: input
id: other-platform
attributes:
label: Other Platform
description: Falls "Other" ausgewählt wurde, bitte spezifizieren
validations:
required: false
- type: input
id: cli-version
attributes:
label: Claude CLI Version
description: Output von claude --version
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
description: z.B. macOS 14.3, Windows 11, Ubuntu 22.04
validations:
required: true
- type: input
id: terminal
attributes:
label: Terminal
description: z.B. iTerm2, Terminal App
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: Eine klare und präzise Beschreibung des Fehlers
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Schritte, um den Fehler zu reproduzieren
placeholder: |
- Gehe zu '...'
- Klicke auf '....'
- Scrolle runter zu '....'
- Sieh den Fehler
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: Was du erwartet hast, das passieren sollte
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: Was tatsächlich passiert ist
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Weitere Informationen zum Problem, wie Screenshots, Logs, etc.
validations:
required: false
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗