From 54c7cdcabfd1f9e6a7d5e636aa614723e9790a84 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 13 Apr 2022 00:48:11 +0200 Subject: [PATCH] fix pull request template --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3145f9c4..f534173e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ nymea:core pull request checklist: -Did you test the changes? If not (e.g. absence of required hardware), please mention a person to confirm it has been tested. +- [ ] Did you test the changes? If not (e.g. absence of required hardware), please mention a person to confirm it has been tested. -Did you update the documentation? +- [ ] Did you update translations (cd builddir && make lupdate)? -Did you update translations (cd builddir && make lupdate)? +- [ ] Did you update the website/documentation?