added pull request template

pull/1/head
bernhard.trinnes 2020-09-08 09:08:28 +02:00
parent e06315f7d3
commit 14cd468497
1 changed files with 11 additions and 0 deletions

11
.github/pull_request_template.md vendored Normal file
View File

@ -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?