From 97f507033e6b93c08dea4f9916ef4c94c0a64405 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 30 Sep 2019 19:50:26 +0200 Subject: [PATCH] Include dpkg meta package deps in pull request checklist --- .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 cdb76e31..5a3425cc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,3 +7,5 @@ nymea-plugins pull request checklist: * Did you update the plugin's README.md accordingly? * 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?