mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
422 B
422 B
Contributing
We would love to have people submit pull requests and help make grpc-ecosystem/go-grpc-middleware even better 👍.
Fork, then clone the repo:
git clone [email protected]:your-username/go-grpc-middleware.git
Before checking in please run the following:
make all
This will vet, fmt, regenerate documentation and run all tests.
Push to your fork and open a pull request.