File: CONTRIBUTING.md

package info (click to toggle)
gitlab-shell 8.4.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,468 kB
  • sloc: ruby: 3,812; sh: 82; makefile: 60
file content (20 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (8)
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.