Skip to content

Commit

Permalink
github: use the same issue templates as those found in LND repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Oct 24, 2023
1 parent c7d57c5 commit bff6994
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Issue template
about: Create a report to help us improve
name: Bug report
about: Create a bug report. Please use the discussions section for general or troubleshooting questions.
title: "[bug]: "
labels: needs triage
labels: ["bug", "needs triage"]
assignees: ''

---
Expand All @@ -14,8 +14,8 @@ Describe your issue here.
### Your environment

```sh
tapcli getinfo # version of `tapd`, `lnd`, and network
uname -mrsv # operating system
tapcli getinfo # version of `tapd`, `lnd`, and network
uname -mrsv # operating system
bitcoind --version || btcd --version # version of `btcd`, `bitcoind`, or other backend
```
* any other relevant environment details
Expand Down
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: Discussions
url: https://github.com/lightninglabs/taproot-assets/discussions
about: For general or troubleshooting questions or if you're not sure what issue type to pick.
- name: Documentation for taproot-assets
url: https://docs.lightning.engineering/the-lightning-network/taproot-assets
about: Please make sure the documentation cannot answer your question first.
- name: Lightning Community Slack
url: https://lightning.engineering/slack.html
about: Ask and answer questions in the #taproot-assets channel.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest a new feature for `taproot-assets`.
title: '[feature]: '
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. -->

0 comments on commit bff6994

Please sign in to comment.