Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 689 Bytes

Contributing

Thank you for your interest in helping develop this Project. The time, skills, and perspectives you contribute to this project are valued.

How can I contribute?

Bugs, Design Proposals, Feature Requests, and Questions are all welcome and can be submitted by creating a Github Issue using one of the templates provided. Please provide as much detail as you can.

Code contributions are welcome as well! In an effort to keep this project tidy, please:

  • Use go mod to install and lock dependencies
  • Use gofmt to format code and tests
  • Run go vet -v ./... to check for any inadvertent suspicious code
  • Write and run unit tests when they make sense using go test