mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
GitHub: add issue templates
This commit is contained in:
parent
aad7fc57ba
commit
1c3477a734
4 changed files with 96 additions and 0 deletions
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
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 Terminal.
|
||||
|
||||
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 Terminal specific documentation at https://docs.lightning.engineering/intermediate-get-lit/get-lit-overview.
|
||||
|
||||
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 Terminal as a standalone application or as part of Umbrel? -->
|
||||
|
||||
<!-- What mode are you running Lightning Terminal in? Specifically of interest are the values of 'lnd-mode', 'faraday-mode', 'loop-mode' and 'pool-mode'. -->
|
||||
|
||||
<!-- What version of Lightning Terminal 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 `litd.log` file. Raw text or a link to a pastebin type site are preferred. -->
|
||||
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Documentation for lnd and lightning-terminal
|
||||
url: https://docs.lightning.engineering/
|
||||
about: Please make sure the documentation cannot answer your question first.
|
||||
- name: Documentation for Lightning Pool
|
||||
url: https://pool.lightning.engineering/
|
||||
about: Please make sure the Lightning Pool 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
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
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. -->
|
||||
15
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
name: Other issue
|
||||
about: If you're not sure what issue type to pick
|
||||
title: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- This issue tracker is only for technical issues related to Lightning Terminal.
|
||||
|
||||
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 Terminal specific documentation at https://docs.lightning.engineering/intermediate-get-lit/get-lit-overview.
|
||||
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue