gobot.io/x/gobot/v2@v2.1.0/.github/pull_request_template.md (about) 1 ## Solved issues and/or description of the change 2 3 ... 4 5 ## Manual test 6 7 - OS and Version (Win/Mac/Linux): 8 - Adaptor(s) and/or driver(s): 9 ... 10 11 ## Checklist 12 13 - [ ] The PR's target branch is 'hybridgroup:dev' 14 - [ ] I have added tests that prove my fix is effective or that my feature works 15 - [ ] New and existing unit tests pass locally with my changes (e.g. by run `make test`) 16 - [ ] No linter errors exist locally (e.g. by run `make fmt_check`) 17 - [ ] I have performed a self-review of my own code 18 19 If this is a new driver or adaptor: 20 21 - [ ] I have added the name to the corresponding README.md 22 - [ ] I have added an example to see how to setup and use it 23 - [ ] I have checked or build at least my new example (e.g. by run `make examples_check`) 24 25 If this is a PR for release: 26 27 - [ ] The PR's target branch is 'hybridgroup:release' 28 - [ ] I have adjusted the CHANGELOG.md (or already prepared and will be merged as soon as possible)