From 4d4aeaac63d28ca3fee99523b059c31502532bb7 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Tue, 9 Oct 2018 15:14:31 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..49f0841d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Actual behavior** +Tell us what happens instead + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Your environment** +* version of `lnd` +* operating system (`uname -a` on *Nix) +* version of `btcd`, `bitcoind`, or other backend +* any other relevant environment details + +**Additional context** +Add any other context about the problem here.