Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 527 Bytes

File metadata and controls

31 lines (21 loc) · 527 Bytes

Contributing

All contributions are welcome.

Workflow

  1. Please first create an issue so we can discuss the changes.
  2. Create a fork of the repo.
  3. Create a feature branch.
  4. Create a pull request when you're ready.

Development

Build and test:

go build ./...
go test ./...

Run the linter:

golangci-lint run

Guidelines

  • Security-sensitive changes (anything in internal/) require careful review.
  • Run all tests before submitting a PR.
  • Follow existing code style and patterns.