Skip to content

Commit b581952

Browse files
authored
Merge pull request #201 from lightninglabs/issue-template
GitHub: add issue templates
2 parents cb24a1b + 1c3477a commit b581952

File tree

4 files changed

+96
-0
lines changed

4 files changed

+96
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- This issue tracker is only for technical issues related to Lightning Terminal.
11+
12+
General Lightning questions and/or support requests are best directed to the Lightning Community Slack https://lightning.engineering/slack.html.
13+
14+
Also make sure you've read the Lightning Terminal specific documentation at https://docs.lightning.engineering/intermediate-get-lit/get-lit-overview.
15+
16+
For reporting security issues, please read instructions at https://github.com/lightningnetwork/lnd#security.
17+
18+
-->
19+
20+
<!-- Describe the issue -->
21+
22+
**Expected behavior**
23+
24+
<!--- What behavior did you expect? -->
25+
26+
**Actual behavior**
27+
28+
<!--- What was the actual behavior (provide screenshots if the issue is UI related)? -->
29+
30+
**To reproduce**
31+
32+
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
33+
34+
**System information**
35+
36+
<!-- Are you using Lightning Terminal as a standalone application or as part of Umbrel? -->
37+
38+
<!-- What mode are you running Lightning Terminal in? Specifically of interest are the values of 'lnd-mode', 'faraday-mode', 'loop-mode' and 'pool-mode'. -->
39+
40+
<!-- What version of Lightning Terminal are you using, where did you get it (website, self-compiled, etc)? -->
41+
42+
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->
43+
44+
<!-- What is your operating system and its version? -->
45+
46+
<!-- Any extra information that might be useful in the debugging process. -->
47+
<!--- This is normally the contents of a `litd.log` file. Raw text or a link to a pastebin type site are preferred. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Documentation for lnd and lightning-terminal
4+
url: https://docs.lightning.engineering/
5+
about: Please make sure the documentation cannot answer your question first.
6+
- name: Documentation for Lightning Pool
7+
url: https://pool.lightning.engineering/
8+
about: Please make sure the Lightning Pool documentation cannot answer your question first.
9+
- name: Lightning Community Slack
10+
url: https://lightning.engineering/slack.html
11+
about: Please ask and answer questions here.
12+
- name: Security issue disclosure policy
13+
url: https://github.com/lightningnetwork/lnd#security
14+
about: Please refer to this document when reporting security related issues.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the solution you'd like**
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
**Describe alternatives you've considered**
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
**Additional context**
20+
<!-- Add any other context or screenshots about the feature request here. -->

.github/ISSUE_TEMPLATE/other.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Other issue
3+
about: If you're not sure what issue type to pick
4+
title: ''
5+
assignees: ''
6+
7+
---
8+
9+
<!-- This issue tracker is only for technical issues related to Lightning Terminal.
10+
11+
General Lightning questions and/or support requests are best directed to the Lightning Community Slack https://lightning.engineering/slack.html.
12+
13+
Also make sure you've read the Lightning Terminal specific documentation at https://docs.lightning.engineering/intermediate-get-lit/get-lit-overview.
14+
15+
-->

0 commit comments

Comments
 (0)