From 87c1755637f71e4a821816703d42dd05b1e918e2 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Wed, 28 Mar 2018 18:02:07 -0400 Subject: [PATCH] github: add GitHub issue template Fixes #913. --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..ce42ab33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +### Background + +Describe your issue here. + +### Your environment + +* version of `lnd` +* which operating system (`uname -a` on *Nix) +* version of `btcd`, `bitcoind`, or other backend +* any other relevant environment details + +### Steps to reproduce + +Tell us how to reproduce this issue. Please provide stacktraces and links to code in question. + +### Expected behaviour + +Tell us what should happen + +### Actual behaviour + +Tell us what happens instead