Thanks for contributing to collections.
- Fork and clone the repository.
go mod downloadgo test ./...
- Run
go fmt ./...andgo vet ./.... - Add table-driven tests for new collection types or methods.
- Update
docs/for API changes. - Keep the library small and focused—avoid scope creep.
Note changes under ## [Unreleased] in CHANGELOG.md.