Skip to content

Commit e812ed8

Browse files
committed
Contribute instructions
1 parent 33b3856 commit e812ed8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,15 @@ service ExampleService {
6565
}
6666
```
6767

68+
## Contribute
69+
70+
### Generate Go files
71+
72+
Any change in the proto definitions must be reflected in the associated Go package and commited. Run the following command on change:
73+
74+
`buf generate`
75+
76+
77+
### Push to the buf registy
78+
79+
`buf push`

0 commit comments

Comments
 (0)