Skip to content

Commit 0d2bd3a

Browse files
authored
Create bug.yml
1 parent 317ca21 commit 0d2bd3a

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
name: 🐞 Bug / Crash Report - PythonOS
2+
description: Segnala un bug o un crash in PythonOS
3+
title: "[BUG] "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Grazie per aver segnalato un problema in PythonOS! 🐍💻
10+
Compila tutte le sezioni per aiutarci a risolvere il bug più velocemente.
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: 📌 Descrizione del problema
16+
description: Spiega cosa succede
17+
placeholder: "Descrivi il bug in modo chiaro..."
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: steps
23+
attributes:
24+
label: 🔁 Passi per riprodurre il bug
25+
description: Come possiamo riprodurre il problema?
26+
placeholder: |
27+
1. Avvio PythonOS
28+
2. Apro il terminale
29+
3. Scrivo ...
30+
4. Crash
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
id: expected
36+
attributes:
37+
label: ✅ Comportamento previsto
38+
description: Cosa dovrebbe succedere normalmente?
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
id: actual
44+
attributes:
45+
label: ❌ Comportamento attuale
46+
description: Cosa succede invece?
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
id: logs
52+
attributes:
53+
label: 📄 Log / Errori
54+
description: Incolla qui eventuali errori o output del terminale
55+
render: shell
56+
57+
- type: input
58+
id: python_version
59+
attributes:
60+
label: 🐍 Versione Python
61+
placeholder: "es. Python 3.11.5"
62+
63+
- type: input
64+
id: pythonos_version
65+
attributes:
66+
label: 💿 Versione PythonOS
67+
placeholder: "es. 0.1.0 alpha"
68+
69+
- type: dropdown
70+
id: severity
71+
attributes:
72+
label: ⚠️ Gravità
73+
options:
74+
- Bassa (problema estetico o minore)
75+
- Media (funzione non funziona bene)
76+
- Alta (crash o blocco sistema)
77+
validations:
78+
required: true
79+
80+
- type: checkboxes
81+
id: terms
82+
attributes:
83+
label: 📜 Conferma
84+
options:
85+
- label: Ho cercato bug simili prima di aprire questa issue
86+
required: true

0 commit comments

Comments
 (0)