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
Prior to submitting a pull request, please run:
go test -mod=vendor ./... -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./...