You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yaml
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ body:
14
14
options:
15
15
- "Yes"
16
16
- "No"
17
+
- type: dropdown
18
+
id: build-flavor
19
+
attributes:
20
+
label: Build Flavor Preference
21
+
description: Which build(s) should this feature be available in?
22
+
options:
23
+
- GMS (Google Play)
24
+
- FOSS (F-Droid/GitHub)
25
+
- Both
26
+
- Not sure
17
27
- type: textarea
18
28
id: feature-description
19
29
attributes:
@@ -35,8 +45,23 @@ body:
35
45
attributes:
36
46
label: Current Workarounds
37
47
description: If there are ways to partially achieve this functionality now, mention them here.
48
+
- type: input
49
+
id: related-feature
50
+
attributes:
51
+
label: Related to Existing Feature
52
+
description: If this feature relates to or extends an existing feature, please mention it here.
53
+
- type: textarea
54
+
id: screenshots
55
+
attributes:
56
+
label: Screenshots/Mockups
57
+
description: If you have any mockups, screenshots, or visual examples of how this feature might look, please add them here. You can drag and drop images here.
38
58
- type: textarea
39
59
id: priority
40
60
attributes:
41
61
label: Priority
42
62
description: How important is this feature to you? Explain why.
63
+
- type: textarea
64
+
id: additional-info
65
+
attributes:
66
+
label: Additional Information
67
+
description: Any other details that might be helpful.
description: Suggest a new feature or improvement to the project. Please check the FAQ before submitting.
3
+
title: "[Improvement] "
4
+
labels: ["type: improvement"]
5
+
assignees:
6
+
- doubleangels
7
+
8
+
body:
9
+
- type: dropdown
10
+
id: faq-check
11
+
attributes:
12
+
label: FAQ's Checked
13
+
description: Have you checked the FAQ's before opening this issue?
14
+
options:
15
+
- "Yes"
16
+
- "No"
17
+
- type: input
18
+
id: feature-being-improved
19
+
attributes:
20
+
label: Feature Being Improved
21
+
description: Which existing feature or area of the app would this improvement affect?
22
+
- type: dropdown
23
+
id: build-flavor
24
+
attributes:
25
+
label: Build Flavor Preference
26
+
description: Which build(s) should this improvement be available in?
27
+
options:
28
+
- GMS (Google Play)
29
+
- FOSS (F-Droid/GitHub)
30
+
- Both
31
+
- Not sure
32
+
- type: textarea
33
+
id: feature-description
34
+
attributes:
35
+
label: Describe the Improvement
36
+
description: Clearly explain the improvement you're suggesting.
37
+
- type: textarea
38
+
id: use-case
39
+
attributes:
40
+
label: Use Case
41
+
description: Describe how this improvement would be used and how it would benefit users.
42
+
- type: textarea
43
+
id: alternatives
44
+
attributes:
45
+
label: Alternatives Considered
46
+
description: If you have any ideas about how this might be implemented, or alternative solutions, please share them here.
47
+
- type: textarea
48
+
id: priority
49
+
attributes:
50
+
label: Priority
51
+
description: How important is this improvement to you? Explain why.
52
+
- type: textarea
53
+
id: screenshots
54
+
attributes:
55
+
label: Screenshots/Mockups
56
+
description: If you have any mockups, screenshots, or visual examples of how this improvement might look, please add them here. You can drag and drop images here.
57
+
- type: textarea
58
+
id: additional-context
59
+
attributes:
60
+
label: Additional Information
61
+
description: Any other relevant information, links to similar features in other projects, etc.
0 commit comments