mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
With this commit we prepare for adding multiple issue templates to GitHub that will be shown when the user clicks on the "New Issue" button on GitHub. The config.yml will also add a bunch of useful links to the page that shows the different issue templates. An example of how this template selection page looks like can be found here: https://github.com/lightninglabs/lightning-terminal/issues/new/choose
30 lines
639 B
Markdown
30 lines
639 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a bug report. Please use the discussions section for general or troubleshooting questions.
|
|
title: '[bug]: '
|
|
labels: ["bug", "needs triage"]
|
|
assignees: ''
|
|
---
|
|
|
|
### 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
|