diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-08-01 12:46:26 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-08-03 09:25:28 +0200 |
| commit | d134c80418859b63ad27bcfb03509f294ed9d6d0 (patch) | |
| tree | fce51b2e73c1bb500835eebb50f38550ba32feb8 /.github | |
| parent | e8b4942f5e1c0d3962975820c062d100b98745a1 (diff) | |
| download | mullvadvpn-d134c80418859b63ad27bcfb03509f294ed9d6d0.tar.xz mullvadvpn-d134c80418859b63ad27bcfb03509f294ed9d6d0.zip | |
Add issue template and improve PR template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 17 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
2 files changed, 22 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..afd29fd2fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +Thank you for wanting to help us improve the Mullvad VPN app by reporting +issues. + +**Before reporting an issue**, please note that this is **not** the correct +place for: +* General Mullvad support - contact support@mullvad.net for that + +* Bugs and issues regarding the old Mullvad client. + + With the old Mullvad client we mean the one written in python and + with version numbers such as 65, 66, 67 and similar. + This source code repository is only for the new Mullvad VPN app with version + numbers looking like `<year>.<number>`, such as 2018.1 and so on. + + +Please proceed and report an issue if you have found a bug or a problem with +the new *Mullvad VPN app*, the one being developed in this repository. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2fc5e488ee..eeade258e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,6 @@ -Checklist for a PR: +Describe **what** this PR changes. **Why** this is wanted. And, if needed, **how** it does it. -* [ ] Describe the change in **`CHANGELOG.md`**. Only applicable if the change has any impact for a user. +Git checklist: + +* [ ] Describe the change in **`CHANGELOG.md`** under the `[Unreleased]` header. +* [ ] Check that commits follow the [Mullvad coding guidelines](https://github.com/mullvad/coding-guidelines) |
