Skip to content

Commit

Permalink
Merge pull request #1158 from kaloudis/update-github-templates
Browse files Browse the repository at this point in the history
GitHub templates: update interface names
  • Loading branch information
kaloudis authored Dec 5, 2022
2 parents f2d48fa + f209b2b commit 8707d54
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ body:
- v0.6.1
- v0.6.0
- v0.5.2
- type: dropdown
id: interface
attributes:
label: Node interface
description: Which node interfaces does this bug affect?
options:
- LND (REST)
- LND (Lightning Node Connect)
- Core Lightning (c-lightning-REST)
- Core Lightning (Spark)
- Eclair
- LndHub
- Multiple (specified in comments)
validations:
required: true
- type: dropdown
Expand Down
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ I have tested this PR on the following platforms (please specify OS version and

I have tested this PR with the following types of nodes (please specify node version and API version where appropriate):

- [ ] LND
- [ ] c-lightning-REST
- [ ] spark
- [ ] LND (REST)
- [ ] LND (Lightning Node Connect)
- [ ] Core Lightning (c-lightning-REST)
- [ ] Core Lightning (Spark)
- [ ] Eclair
- [ ] LndHub

Expand Down

0 comments on commit 8707d54

Please sign in to comment.