-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: SEBASTIAN JN <sebastianjnuwu@gmail.com>
- Loading branch information
1 parent
7454c95
commit 4a66ee4
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: "Feature Request" | ||
description: "Submit a request for a new feature or enhancement in the Android app." | ||
labels: ["feature", "enhancement", "android"] | ||
|
||
body: | ||
- type: input | ||
attributes: | ||
label: "π§ Title" | ||
description: "A brief and descriptive title of the feature." | ||
placeholder: "E.g. 'Dark Mode Toggle'" | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: "π Description" | ||
description: "Provide a detailed description of the feature. What problem does it solve?" | ||
placeholder: "E.g. 'Add a toggle in the settings to enable dark mode.'" | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: "π Use Case" | ||
description: "What problem does this feature solve for users?" | ||
placeholder: "E.g. 'Helps users who prefer dark mode.'" | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: "β‘ Priority" | ||
description: "How important is this feature?" | ||
options: | ||
- "critical: Must be implemented immediately" | ||
- "major: Should be implemented soon" | ||
- "minor: Could be implemented later" | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: "π± Platform Version" | ||
description: "Which Android version or app version will this feature target?" | ||
placeholder: "E.g. 'Android 10 or above'" | ||
required: false | ||
|
||
- type: input | ||
attributes: | ||
label: "π Additional Information" | ||
description: "Any additional context, such as design mockups or related issues." | ||
placeholder: "E.g. 'Link to design mockup or related issue.'" | ||
required: false | ||
|