Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: Bug
assignees: ''

---

<!-- This issue tracker is only for technical issues related to Lightning Loop.

General Lightning questions and/or support requests are best directed to the Lightning Community Slack https://lightning.engineering/slack.html.

Also make sure you've read the Lightning Loop specific documentation at https://github.com/lightninglabs/loop#lightning-loop.

For reporting security issues, please read instructions at https://github.com/lightningnetwork/lnd#security.

-->

<!-- Describe the issue -->

**Expected behavior**

<!--- What behavior did you expect? -->

**Actual behavior**

<!--- What was the actual behavior (provide screenshots if the issue is UI related)? -->

**To reproduce**

<!--- How reliably can you reproduce the issue, what are the steps to do so? -->

**System information**

<!-- Are you using Lightning Loop as a standalone application or as part of Lightning Terminal? -->

<!-- If you are using Lightning Loop as part of Lightning Terminal, did you install that using Umbrel? -->

<!-- How are you interacting with Loop? Through the command line interface or the Lightning Terminal UI? -->

<!-- What version of Lightning Loop are you using, where did you get it (website, self-compiled, etc)? -->

<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->

<!-- What is your operating system and its version? -->

<!-- Any extra information that might be useful in the debugging process. -->
<!--- This is normally the contents of a `loop.log` file. Raw text or a link to a pastebin type site are preferred. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Documentation for lnd and related projects
url: https://docs.lightning.engineering/
about: Please make sure the documentation cannot answer your question first.
- name: Lightning Community Slack
url: https://lightning.engineering/slack.html
about: Please ask and answer questions here.
- name: Security issue disclosure policy
url: https://github.com/lightningnetwork/lnd#security
about: Please refer to this document when reporting security related issues.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Feature
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Other issue
about: If you're not sure what issue type to pick
title: ''
labels: Other
assignees: ''

---

<!-- This issue tracker is only for technical issues related to Lightning Loop.

General Lightning questions and/or support requests are best directed to the Lightning Community Slack https://lightning.engineering/slack.html.

Also make sure you've read the Lightning Loop specific documentation at https://github.com/lightninglabs/loop#lightning-loop.

-->