Skip to content

Commit 60f0546

Browse files
authored
Create feature.yml
1 parent 0d2bd3a commit 60f0546

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: 🚀 Feature Request - PythonOS
2+
description: Suggerisci una nuova funzionalità per PythonOS
3+
title: "[FEATURE] "
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Grazie per aver proposto un'idea per PythonOS! 🐍💻
10+
Descrivi la tua idea nel modo più chiaro possibile.
11+
12+
- type: textarea
13+
id: feature_description
14+
attributes:
15+
label: 💡 Descrizione della funzionalità
16+
description: Spiega cosa vorresti aggiungere a PythonOS
17+
placeholder: "Vorrei che PythonOS potesse..."
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: problem
23+
attributes:
24+
label: ❓ Problema che risolve
25+
description: Che problema risolve questa feature?
26+
placeholder: "Questa funzionalità aiuterebbe perché..."
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: solution
32+
attributes:
33+
label: 🛠️ Soluzione proposta
34+
description: Come immagini che dovrebbe funzionare?
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: alternatives
40+
attributes:
41+
label: 🔄 Alternative considerate
42+
description: Hai pensato ad altre soluzioni?
43+
validations:
44+
required: false
45+
46+
- type: textarea
47+
id: context
48+
attributes:
49+
label: 📎 Contesto aggiuntivo
50+
description: Screenshot, idee, esempi o link utili
51+
validations:
52+
required: false
53+
54+
- type: dropdown
55+
id: priority
56+
attributes:
57+
label: 🎯 Priorità stimata
58+
options:
59+
- Bassa
60+
- Media
61+
- Alta
62+
validations:
63+
required: true
64+
65+
- type: checkboxes
66+
id: terms
67+
attributes:
68+
label: 📜 Conferma
69+
options:
70+
- label: Questa idea non è già stata proposta in passato
71+
required: true

0 commit comments

Comments
 (0)