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