Thank you for your interest! Here are some guidelines to help you get started:
- Fork the repository and clone locally.
- Create a new branch for your feature or bugfix.
- Write clear commit messages.
- Open a pull request describing your changes.
- Use GoDoc comments for exported functions and types.
- Run
go fmt ./...before submitting.
- Add unit tests for new features using the
testingpackage. - Run
go test ./...and ensure all tests pass.
- Please provide steps to reproduce, expected behavior, and screenshots if applicable.