1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
hybridgroup.gobot/.github/pull_request_template.md
Thomas Kohler 6f8cff58cc
Add(build): golangci-lint workflow configuration (#916)
in addition add local linter settings, and adjust docs
2023-05-18 15:47:14 +02:00

744 B

Solved issues and/or description of the change

...

Manual test

  • OS and Version (Win/Mac/Linux):
  • Adaptor(s) and/or driver(s): ...

Checklist

  • The PR's target branch is 'hybridgroup:dev'
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes (e.g. by run make test)
  • No linter errors exist locally (e.g. by run make fmt_check)
  • I have performed a self-review of my own code

If this is a new driver or adaptor:

  • I have added the name to the corresponding README.md
  • I have added an example to see how to setup and use it
  • I have checked or build at least my new example (e.g. by run make examples_check)