summaryrefslogtreecommitdiffhomepage
path: root/.github/DISCUSSION_TEMPLATE/feature-requests-ideas.yml
blob: ba5ce5444a53f508f58a2f7dc08826c5db4cedb0 (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
---
body:
  - type: markdown
    attributes:
      value: >
        Thank you for wanting to help us improve the Mullvad VPN app by suggesting a new feature!

  - 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