Create an issue with:
- Steps to reproduce
- Expected vs. actual behavior
- Go version and OS
- Minimal code example
- Check existing issues first
- Describe the use case
- Reference Python inflect behavior if applicable
- Show example API usage
git clone https://github.com/cv/go-inflect.git
cd go-inflect
./.githooks/setup.sh # enables pre-commit hooksmake help # see all targets
make test # run tests
make lint # run linterThe pre-commit hook runs build, test, and lint automatically.
- Follow Effective Go
- Use table-driven tests
- Document all exported symbols
- Keep PRs focused—one feature or fix per PR
Contributions are licensed under MIT.