summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-09-03 17:27:55 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-09-04 11:56:12 +0200
commitff8861f4dd0e728b4e481a5248f189b072aca14f (patch)
treee50ff0c52f8d898f993cff9f2a13242fdc9f876d /.github
parentfd4604f8ff4462778103c8b7a2187348db9b433c (diff)
downloadmullvadvpn-ff8861f4dd0e728b4e481a5248f189b072aca14f.tar.xz
mullvadvpn-ff8861f4dd0e728b4e481a5248f189b072aca14f.zip
Add to the PR template that new features require tests
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c3c547e1fb..16af731ee0 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,8 +1,9 @@
<!--
-PR checklist (just intended as a reminder for the PR author. No need to fill it in):
+PR checklist. Does not need to be included in the submitted PR, but must be honored:
* [ ] The change is added to `CHANGELOG.md` under the `[Unreleased]` header.
* [ ] The change/commits follow the Mullvad coding guidelines: https://github.com/mullvad/coding-guidelines
+* [ ] Automatic tests are added for the change, if relevant. All new features must have tests.
* [ ] The PR description should describe:
* **What** this PR changes
* **Why** this is wanted