|
| 1 | +name: ⚙️ Gaps - Bug Report |
| 2 | +description: Segnala un problema tecnico nelle Gaps di PythonOS |
| 3 | +title: "[GAPS BUG] " |
| 4 | +labels: ["bug", "gaps"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + ⚙️ Grazie per aver segnalato un problema nelle Gaps di PythonOS! |
| 10 | + Le Gaps sono componenti tecniche, quindi più dettagli fornisci, più sarà facile risolvere il problema. |
| 11 | +
|
| 12 | + - type: textarea |
| 13 | + id: gaps_name |
| 14 | + attributes: |
| 15 | + label: 🧩 Nome della Gaps |
| 16 | + description: Quale Gaps è coinvolta? |
| 17 | + placeholder: "es. FileSystemGaps, NetworkGaps, RenderGaps..." |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: problem |
| 23 | + attributes: |
| 24 | + label: 🐞 Descrizione del problema |
| 25 | + description: Cosa non funziona? |
| 26 | + placeholder: "Descrivi il bug in modo tecnico e chiaro..." |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: reproduce |
| 32 | + attributes: |
| 33 | + label: 🔁 Come riprodurre il bug |
| 34 | + description: Passi per far accadere il problema |
| 35 | + placeholder: | |
| 36 | + 1. Avvio Gaps |
| 37 | + 2. Eseguo funzione X |
| 38 | + 3. Crash / errore |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + id: expected |
| 44 | + attributes: |
| 45 | + label: ✅ Comportamento atteso |
| 46 | + description: Cosa dovrebbe succedere? |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: actual |
| 50 | + attributes: |
| 51 | + label: ❌ Comportamento attuale |
| 52 | + description: Cosa succede davvero? |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: logs |
| 56 | + attributes: |
| 57 | + label: 📄 Log / Errori |
| 58 | + description: Incolla qui errori, stack trace o output |
| 59 | + render: shell |
| 60 | + |
| 61 | + - type: input |
| 62 | + id: gaps_version |
| 63 | + attributes: |
| 64 | + label: 🔧 Versione Gaps |
| 65 | + placeholder: "es. Gaps 0.3.2" |
| 66 | + |
| 67 | + - type: input |
| 68 | + id: pythonos_version |
| 69 | + attributes: |
| 70 | + label: 💿 Versione PythonOS |
| 71 | + placeholder: "es. 0.1.0 alpha" |
| 72 | + |
| 73 | + - type: dropdown |
| 74 | + id: severity |
| 75 | + attributes: |
| 76 | + label: ⚠️ Gravità del problema |
| 77 | + options: |
| 78 | + - Bassa (non critico) |
| 79 | + - Media (funzione limitata) |
| 80 | + - Alta (crash o blocco sistema) |
| 81 | + - Critica (sistema inutilizzabile) |
| 82 | + validations: |
| 83 | + required: true |
| 84 | + |
| 85 | + - type: textarea |
| 86 | + id: context |
| 87 | + attributes: |
| 88 | + label: 📎 Contesto aggiuntivo |
| 89 | + description: Screenshot, codice o informazioni extra |
| 90 | + |
| 91 | + - type: checkboxes |
| 92 | + id: terms |
| 93 | + attributes: |
| 94 | + label: 📜 Conferma |
| 95 | + options: |
| 96 | + - label: Ho verificato che il problema non sia già stato segnalato |
| 97 | + required: true |
0 commit comments