From 7ea4caa63590caa4d91e48c70532c4ea13a60451 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 8 Oct 2020 09:11:01 +0200 Subject: [PATCH] github: add sample-lnd.conf to PR checklist --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 25a97736..7bf41f3a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,7 @@ - [ ] Code has been formatted with `go fmt` - [ ] Protobuf files (`lnrpc/**/*.proto`) have been formatted with `make rpc-format` and compiled with `make rpc` +- [ ] New configuration flags have been added to `sample-lnd.conf` - [ ] 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)