From 59875b6ec43356b4bdc19c2c9430743f0cf792a3 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 4 Mar 2020 15:24:30 +0100 Subject: [PATCH] github: add proto formatting to pull request template --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 548e5f4e..25a97736 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,6 +11,8 @@ - [ ] Any new logging statements use an appropriate subsystem and logging level - [ ] Code has been formatted with `go fmt` +- [ ] Protobuf files (`lnrpc/**/*.proto`) have been formatted with + `make rpc-format` and compiled with `make rpc` - [ ] For code and documentation: lines are wrapped at 80 characters (the tab character should be counted as 8 characters, not 4, as some IDEs do per default)