# Contributing

# Installation for Local Development

Requirements:

$ go --version    # Check your version of golang
$ go mod tidy     # get dependencies
$ go run . --help # compile & run the project

# Requirements for Pull Requests

  • Update the changelog
  • Run tests
  • Suggest version bump type

# How to run tests and test coverage

$ go test ./...