Contribution Guidelinesss

How to contribute to Watchdog

How to Contribute to Watchdog

We’d love your help!

Watchdog is GNU General Public License and accepts contributions via Pull Requests. PRs are the main and exclusive way to contribute to the watchdog project. In order for a PR to be accepted it needs to pass a list of requirements:

  • Code Coverage does not decrease.
  • All the tests pass.
  • Go code is idiomatic, formatted according to gofmt, and without any warnings from go lint nor go vet.

We gratefully welcome improvements to documentation as well as to code.


Install

How to setup your development environment

Bootstrap

How to setup Watchdog.

Test

How to write and run all kinds of tests.

Last modified October 22, 2020: Initial commit (6bf65ac)