diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-12-14 13:44:37 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-12-20 11:31:01 +0100 |
| commit | 175063a15fd9ca530135235d75543715f89a6c8e (patch) | |
| tree | fc6be6d8e331aa69145b34f247a168114fb4459d /.github | |
| parent | 60b6edc95d7e4956592523cd719021a5fd3c9824 (diff) | |
| download | mullvadvpn-175063a15fd9ca530135235d75543715f89a6c8e.tar.xz mullvadvpn-175063a15fd9ca530135235d75543715f89a6c8e.zip | |
Add that people should point out last working app version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/1-bug-desktop.yml | 3 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/2-bug-android.yml | 3 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/3-bug-ios.yml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-bug-desktop.yml b/.github/ISSUE_TEMPLATE/1-bug-desktop.yml index c7804a5ef1..e17730c9d9 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-desktop.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-desktop.yml @@ -100,6 +100,9 @@ body: 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: diff --git a/.github/ISSUE_TEMPLATE/2-bug-android.yml b/.github/ISSUE_TEMPLATE/2-bug-android.yml index 28a11645b3..60adf10abc 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-android.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-android.yml @@ -102,6 +102,9 @@ body: 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: diff --git a/.github/ISSUE_TEMPLATE/3-bug-ios.yml b/.github/ISSUE_TEMPLATE/3-bug-ios.yml index f15b767ce9..35e86ae6b2 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-ios.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-ios.yml @@ -91,6 +91,9 @@ body: 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: |
