Skip to content

Commit 4a66ee4

Browse files
feat: add feature request template
Signed-off-by: SEBASTIAN JN <[email protected]>
1 parent 7454c95 commit 4a66ee4

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: "Feature Request"
2+
description: "Submit a request for a new feature or enhancement in the Android app."
3+
labels: ["feature", "enhancement", "android"]
4+
5+
body:
6+
- type: input
7+
attributes:
8+
label: "🔧 Title"
9+
description: "A brief and descriptive title of the feature."
10+
placeholder: "E.g. 'Dark Mode Toggle'"
11+
required: true
12+
13+
- type: textarea
14+
attributes:
15+
label: "📝 Description"
16+
description: "Provide a detailed description of the feature. What problem does it solve?"
17+
placeholder: "E.g. 'Add a toggle in the settings to enable dark mode.'"
18+
required: true
19+
20+
- type: input
21+
attributes:
22+
label: "🔍 Use Case"
23+
description: "What problem does this feature solve for users?"
24+
placeholder: "E.g. 'Helps users who prefer dark mode.'"
25+
required: true
26+
27+
- type: input
28+
attributes:
29+
label: "⚡ Priority"
30+
description: "How important is this feature?"
31+
options:
32+
- "critical: Must be implemented immediately"
33+
- "major: Should be implemented soon"
34+
- "minor: Could be implemented later"
35+
required: true
36+
37+
- type: input
38+
attributes:
39+
label: "📱 Platform Version"
40+
description: "Which Android version or app version will this feature target?"
41+
placeholder: "E.g. 'Android 10 or above'"
42+
required: false
43+
44+
- type: input
45+
attributes:
46+
label: "📎 Additional Information"
47+
description: "Any additional context, such as design mockups or related issues."
48+
placeholder: "E.g. 'Link to design mockup or related issue.'"
49+
required: false
50+

0 commit comments

Comments
 (0)