summaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE/2-bug-android.yml
blob: 191d9a005646286c24774f060bebfda6c5f193d9 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
name: 🐞📱 Android app bug report
description: This form is to report bugs in the Android Mullvad VPN app.
labels: ["bug", "android"]
body:
  - type: markdown
    attributes:
      value: >
        Thank you for wanting to help us improve the Mullvad VPN app by reporting issues.

  - type: checkboxes
    id: it-is-a-bug
    attributes:
      label: Is it a bug?
      description: >
        If you ran into a problem with the app and don't know for sure it is an actual bug,
        please contact support instead of filing a bug report. Go to
        `Settings (cogwheel) -> Support -> Report a problem`.
        That way the support team gets redacted logs from your app and can help you out better.
        You can also just email them at support@mullvadvpn.net.
      options:
        - label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
          required: true

  - type: checkboxes
    id: checked-other-issues
    attributes:
      label: I have checked if others have reported this already
      description: >
        Before you submit a bug report, please look through the
        [existing issues](https://github.com/mullvad/mullvadvpn-app/issues?q=is%3Aissue)
        to see if it has already been reported by others. If so, please comment in those threads instead
        of creating new ones.
      options:
        - label: I have checked the issue tracker to see if others have reported similar issues.
          required: true

  - type: textarea
    id: current-behavior
    attributes:
      label: Current Behavior
      description: What is the current behavior you experience that you think is not correct?
    validations:
      required: true

  - type: textarea
    id: expected-behavior
    attributes:
      label: Expected Behavior
      description: What is the behavior that you expect to happen instead?
    validations:
      required: true

  - type: textarea
    id: reproduction
    attributes:
      label: Steps to Reproduce
      description: >
        Please provide clear and detailed steps on how to reproduce the issue you are reporting.
        If it is very hard to reproduce the issue, then there is no guarantee we can locate the bug and fix it.
      value: |
        1. ...
        2. ...
    validations:
      required: true

  - type: textarea
    id: logs
    attributes:
      label: Failure Logs
      description: >
        If relevant, please include logs from the app from the time around when the bug manifested itself.

        Go to settings (cogwheel) -> Support -> Report a problem -> View app logs to see the logs and
        copy them to here.
      render: shell

  - type: input
    id: os-version
    attributes:
      label: Android version
      description: >
        On what version(s) of Android have you experienced this bug?
        If you have experienced it on multiple versions you can write more than one version here.

        Please also include on what Android ROM you have seen this.
        For example if you run stock Android from your phone vendor, Graphene, LineageOS or similar.

  - type: input
    id: device-model
    attributes:
      label: Device model
      description: >
        On what device have you seen this bug? for example "Samsung S22" or "Pixel 7".
        If you have experienced it on multiple models, you can write more than one here.

  - type: input
    id: app-version
    attributes:
      label: Mullvad VPN app version
      description: >
        On what version(s) of the app have you experienced this bug?
        If you have experienced it on multiple versions you can write more than one version here.

        If you know that this has worked fine before, please include that.
        For example: "Broke in 2023.8. Worked fine on 2023.7".

  - type: textarea
    id: additional
    attributes:
      label: Additional Information
      description: Is there any additional information that you can provide?

  - type: markdown
    id: disclaimer
    attributes:
      value: |
        If we are not able to reproduce the issue, we will likely prioritize fixing other issues we can reproduce.
        Please do your best to fill out all of the sections above.