If your commits add or change any functionality, please consider writing tests for it or ask somebody to help you with that.
Before making a PR, please run following commands:
- golangci-lint ( You can install it here
- go build -v ./...
- go test -v ./...
According to outputs of those commands, make changes if needed, to satisfy github checks.