name: 🏗️ Architektur-Diskussion description: Diskussion über technische Entscheidungen und Architektur title: "[ARCH] " labels: ["architecture", "discussion"] body: - type: input id: topic attributes: label: "🎯 Thema" description: "Welcher Architektur-Aspekt soll diskutiert werden?" placeholder: "z.B. Service-Discovery, Auth-Strategy, Database-Choice" validations: required: true - type: textarea id: current_situation attributes: label: "📊 Aktuelle Situation" description: "Wie ist es momentan gelöst?" - type: textarea id: proposed_change attributes: label: "💡 Vorgeschlagene Änderung" description: "Was soll geändert/diskutiert werden?" validations: required: true - type: textarea id: alternatives attributes: label: "🔄 Alternativen" description: "Welche anderen Ansätze gibt es?" - type: checkboxes id: impact_areas attributes: label: "📈 Betroffene Bereiche" description: "Welche Teile des Systems sind betroffen?" options: - label: "Gateway-Performance" - label: "Service-Integration" - label: "Sicherheit" - label: "Skalierbarkeit" - label: "Wartbarkeit" - label: "Deployment"