diff options
| author | EmΔ«ls <emils@mullvad.net> | 2023-06-21 17:28:09 +0200 |
|---|---|---|
| committer | Linus FΓ€rnstrand <linus@mullvad.net> | 2023-06-28 10:16:33 +0200 |
| commit | 6e387db21f03d91548c4edf29b6d5ce7701ad479 (patch) | |
| tree | f4c05fd082dc4b7f3cf3b725627dd9725f4805ff | |
| parent | 5d9b418627bf65cfe1b9423b0ac1b12872ad9fa1 (diff) | |
| download | mullvadvpn-6e387db21f03d91548c4edf29b6d5ce7701ad479.tar.xz mullvadvpn-6e387db21f03d91548c4edf29b6d5ce7701ad479.zip | |
Update PR template to recommend adding testing instructions
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d44c669cc0..201287fafc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,13 @@ -<!-- PR checklist (just intended as a reminder for the PR author. No need to fill it in): * [ ] 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 -* [ ] The PR description describes **what** this PR changes. **Why** this is wanted. - And, if needed, **how** it does it. +* [ ] The PR description should describe: + * **What** this PR changes + * **Why** this is wanted + * If necessary, **how** it's implemented + * How to **test** the change + ππππππππππππππππππππππ THIRD PARTY CONTRIBUTOR, PLEASE READ THIS |
