Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 588 Bytes

contributing.md

File metadata and controls

16 lines (13 loc) · 588 Bytes

Contributions are welcome

Contributions are welcome! The project adheres to Semantic Versioning and Conventional Commits.

To contribute please:

  • Fork the repository
  • Create a feature branch
  • Code
  • Submit a pull request

Testing and Linter

Prior to submitting a pull request, please run:

go test -mod=vendor ./... -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./...