github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/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.