All contributions are welcome.
- Please first create an issue so we can discuss the changes.
- Create a fork of the repo.
- Create a feature branch.
- Create a pull request when you're ready.
Build and test:
go build ./...
go test ./...Run the linter:
golangci-lint run- Security-sensitive changes (anything in
internal/) require careful review. - Run all tests before submitting a PR.
- Follow existing code style and patterns.