diff options
| author | Linus FΓ€rnstrand <faern@faern.net> | 2022-08-01 09:48:40 +0200 |
|---|---|---|
| committer | Linus FΓ€rnstrand <faern@faern.net> | 2022-08-01 13:02:13 +0200 |
| commit | f327fa3f908c59553be7ce7f685597437c8cd49b (patch) | |
| tree | 0a405670740fc516c5d47f2db43dc2a35c9d5084 /.github | |
| parent | 3095e2c126ba07942557039f067dd801bc553fa8 (diff) | |
| download | mullvadvpn-f327fa3f908c59553be7ce7f685597437c8cd49b.tar.xz mullvadvpn-f327fa3f908c59553be7ce7f685597437c8cd49b.zip | |
Update Github PR template
Both updates the format to be in comments (no need to have this template
text in the rendered version anyway).
And adds instructions about localization to third party contributors.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index eeade258e2..bc510a5c8f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,19 @@ -Describe **what** this PR changes. **Why** this is wanted. And, if needed, **how** it does it. +<!-- +PR checklist (just intended as a reminder for the PR author. No need to fill it in): -Git checklist: +* [ ] 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. -* [ ] Describe the change in **`CHANGELOG.md`** under the `[Unreleased]` header. -* [ ] Check that commits follow the [Mullvad coding guidelines](https://github.com/mullvad/coding-guidelines) +ππππππππππππππππππππππ + THIRD PARTY CONTRIBUTOR, PLEASE READ THIS +ππππππππππππππππππππππ + +## Translations and localization + +Do you want to contribute translations/localization to this app? +* If you want to correct an existing translation, please fill in this form instead of submitting + a PR with changes to the PO/xml files: https://docs.google.com/spreadsheets/d/1JeWs5Fzen2oWrMCmZKvue_iAM4VUlhwTWnodBQYz0c0/edit#gid=1649013858 +* We can't accept translations to new languages from third party contributors. +--> |
