blob: f1ad4763600487798324db9426b9594fcbc69c59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
---
name: "🚀 Feature Request"
description: This form is to suggest a new feature in the Mullvad VPN app.
title: "[Feature request] "
labels: ["feature request"]
body:
- type: markdown
attributes:
value: >
Thank you for wanting to help us improve the Mullvad VPN app by suggesting a new feature!
- type: checkboxes
id: checked-other-issues
attributes:
label: I have checked if others have suggested this already
description: >
Before you submit a feature request, please look through the existing
[feature requests](https://github.com/mullvad/mullvadvpn-app/issues?q=label%3A"feature+request")
to see if it has already been suggested by others. If so, please comment in those threads instead
of creating new ones.
options:
- label: I have checked this issue tracker to see if others have reported similar issues.
required: true
- type: textarea
id: new-feature
attributes:
label: Feature description
description: >
Please describe the feature you would like to see added to the app. Also describe your setup and
use-case that makes this feature important to you.
validations:
required: true
- type: textarea
id: other-solutions
attributes:
label: Alternative solutions
description: >
What other ways have you tried to achieve similar results? Or if this feature cannot be
added to the app, what alternative ways do you see for moving forward?
validations:
required: true
- type: checkboxes
id: feature-area
attributes:
label: Type of feature
description: In what way would the app be improved by adding this feature?
options:
- label: Better privacy/anonymity
- label: Better at circumventing censorship
- label: Easier to use
- label: Other
- type: checkboxes
id: os
attributes:
label: Operating System
description: On what operating system(s) do you think this feature is relevant?
options:
- label: Android
- label: iOS
- label: Windows
- label: macOS
- label: Linux
validations:
required: true
|