Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 342 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 342 Bytes

📖 Guidelines

  • If the existing tests do not already cover your changes, please add tests.
  • Pull requests should be created on the dev branch.
  • Please run go fmt ./... for formatting the code before submitting the pull request.

🕵️ Running Tests

To run the tests, execute the following command:

go test -v ./...