By participating to this project, you agree to abide our code of conduct.
go-token-validator
is written in Go.
Prerequisites:
- run
go test ./... -coverprofile=cover.out
from the root of this repository. - ensure your changes are covered by running
go tool cover -html=cover.out
Commit messages should be well formatted, and to make that "standardized", we are using Conventional Commits.
You can follow the documentation on their website.
Push your branch to your go-token-validator
fork and open a pull request against the
master branch.