name: πŸ› Bug Report description: Problem mit Gateway oder Service melden title: "[BUG] " labels: ["bug"] body: - type: dropdown id: component attributes: label: "🎯 Betroffene Komponente" description: "Welcher Teil des Systems ist betroffen?" options: - "Gateway (Routing, Auth, etc.)" - "Service: formular2mail" - "Service: sagjan" - "Konfiguration" - "Deployment/Scripts" - "Dokumentation" validations: required: true - type: textarea id: bug_description attributes: label: "πŸ“ Bug-Beschreibung" description: "Was ist das Problem?" placeholder: "Detaillierte Beschreibung des Bugs" validations: required: true - type: textarea id: steps_to_reproduce attributes: label: "πŸ”„ Schritte zur Reproduktion" description: "Wie kann der Bug reproduziert werden?" placeholder: | 1. Gehe zu ... 2. Klicke auf ... 3. FΓΌhre aus ... 4. Fehler tritt auf validations: required: true - type: textarea id: expected_behavior attributes: label: "βœ… Erwartetes Verhalten" description: "Was sollte stattdessen passieren?" validations: required: true