Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 795 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (18 loc) · 795 Bytes

Contributing

By participating to this project, you agree to abide our code of conduct.

Setup your machine

go-token-validator is written in Go.

Prerequisites:

Test your change

  • 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

Create a commit

Commit messages should be well formatted, and to make that "standardized", we are using Conventional Commits.

You can follow the documentation on their website.

Submit a pull request

Push your branch to your go-token-validator fork and open a pull request against the master branch.