From 14cd46849703d5254819bcaa88da56a4c484f12f Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Tue, 8 Sep 2020 09:08:28 +0200 Subject: [PATCH] added pull request template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..475a366 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +nymea-plugins-modbus pull request checklist: + +- [ ] 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 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?