From af1570e37291c9049610a370758bcb2423a95db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 10 Jan 2020 12:25:43 +0100 Subject: [PATCH] Update pull request template checklist --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5a3425cc..6f630c8a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,11 @@ nymea-plugins pull request checklist: -* Make sure the pull request's title is of format "Plugin name: Add support for xyz" or "New plugin: Plugin name" +- [ ] Make sure the pull request's title is of format "Plugin name: Add support for xyz" or "New plugin: Plugin name" -* 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 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 the plugin's README.md accordingly? -* Did you update translations (`cd builddir && make lupdate`)? +- [ ] Did you update translations (`cd builddir && make lupdate`)? -* If you added a new plugin, should it be added to nymea-plugins-all or nymea-plugins-maker? +- [ ] If you added a new plugin, should it be added to nymea-plugins-all or nymea-plugins-maker?