Pls use YAML for the Issues template instead of Markdown

Resolved 💬 4 comments Opened Mar 7, 2025 by PierrunoYT Closed Nov 29, 2025

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: |

  1. Gehe zu '...'
  2. Klicke auf '....'
  3. Scrolle runter zu '....'
  4. 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

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗