summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-09-04 11:56:38 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-09-04 11:56:38 +0200
commite26c0debcb388e1102dc96996f1a3381323bbe0b (patch)
treee50ff0c52f8d898f993cff9f2a13242fdc9f876d
parentfd4604f8ff4462778103c8b7a2187348db9b433c (diff)
parentff8861f4dd0e728b4e481a5248f189b072aca14f (diff)
downloadmullvadvpn-e26c0debcb388e1102dc96996f1a3381323bbe0b.tar.xz
mullvadvpn-e26c0debcb388e1102dc96996f1a3381323bbe0b.zip
Merge branch 'add-tests-to-pull-request-template'
-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