From fbfd7bf348e6fbee2973d2c2304b8c39d5560886 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 30 Sep 2019 18:08:20 +0200 Subject: [PATCH] Create pull request template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 00000000..5d5992c0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +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" + +* 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?