From a4cd7a60566c3e1d3e454c6ffdac10e8a8415064 Mon Sep 17 00:00:00 2001 From: carla Date: Fri, 20 Aug 2021 16:48:18 +0200 Subject: [PATCH] github: add pull request template with minimum lnd version warning --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6c1a3ef --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +#### Pull Request Checklist +- [ ] LndServices minimum version has been updated if new lnd apis/fields are + used.