Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CONTRIBUTING.md « go-grpc-middleware « grpc-ecosystem « github.com « vendor - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd52ab8938e0570c24874b44aeb1a77864e0d448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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:

```bash
git clone git@github.com:your-username/go-grpc-middleware.git
```    

Before checking in please run the following:

```bash
make all
```

This will `vet`, `fmt`, regenerate documentation and run all tests.


Push to your fork and open a pull request.