From 2aac467e90ab678dbd63c56cf533dea8b68ccf04 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 30 Sep 2019 19:44:16 +0200 Subject: [PATCH] Include translations update in pull request template --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5d5992c0..cdb76e31 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,3 +5,5 @@ nymea-plugins pull request checklist: * Did you test the changes on hardware, if not (e.g. absence of required hardware), please mention a person to confirm it has been tested. * Did you update the plugin's README.md accordingly? + +* Did you update translations (`cd builddir && make lupdate`)?