1# Contributing 2 3We would love to have people submit pull requests and help make `grpc-ecosystem/go-grpc-middleware` even better 👍. 4 5Fork, then clone the repo: 6 7```bash 8git clone git@github.com:your-username/go-grpc-middleware.git 9``` 10 11Before checking in please run the following: 12 13```bash 14make all 15``` 16 17This will `vet`, `fmt`, regenerate documentation and run all tests. 18 19 20Push to your fork and open a pull request.