Thanks for your interest in contributing! Here's how to get started.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/httprobe.git - Create a branch:
git checkout -b my-feature - Make your changes
- Run tests:
go test ./... - Commit and push
- Open a pull request
go build -o httprobe .
go test -v ./...Please use GitHub Issues for bug reports and feature requests. Include:
- Go version (
go version) - OS and architecture
- Steps to reproduce
- Expected vs actual behavior
- Follow standard Go conventions (
gofmt,go vet) - Add tests for new features
- Keep commits focused and well-described