Fix various Linter issues and mispelling
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -19,8 +19,8 @@ Describe your issue in as much detail as possible here.
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
* Tell us how to reproduce this issue <br />
|
||||
* Where the issue is, if you know <br />
|
||||
* Tell us how to reproduce this issue
|
||||
* Where the issue is, if you know
|
||||
* Which commands triggered the issue, if any
|
||||
|
||||
## Expected behaviour
|
||||
@@ -37,4 +37,5 @@ Please paste any logs here that demonstrate the issue, if they exist
|
||||
|
||||
## Proposed solution
|
||||
|
||||
If you have an idea of how to fix this issue, please write it down here, so we can begin discussing it
|
||||
If you have an idea of how to fix this issue, please write it down here,
|
||||
so we can begin discussing it
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Feature report
|
||||
about: Suggest an idea for this project
|
||||
about: Suggest an idea for this project
|
||||
title: 'Add [Subject of the issue]'
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
15
.github/ISSUE_TEMPLATE/network_request.md
vendored
15
.github/ISSUE_TEMPLATE/network_request.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Network request
|
||||
about: Request of new chain or network
|
||||
about: Request of new chain or network
|
||||
title: 'Add {NameChain} network ({SYMBOL})'
|
||||
labels: 'enhancement, chain/network'
|
||||
assignees: ''
|
||||
@@ -8,12 +8,13 @@ assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
- [ ] Symbol:
|
||||
- [ ] ChainId:
|
||||
- [ ] Website:
|
||||
- [ ] Block-Explorer:
|
||||
- [ ] [slip-0044](https://github.com/satoshilabs/slips/blob/master/slip-0044.md) type:
|
||||
|
||||
- [ ] Symbol:
|
||||
- [ ] ChainId:
|
||||
- [ ] Website:
|
||||
- [ ] Block-Explorer:
|
||||
- [ ] [slip-0044](https://github.com/satoshilabs/slips/blob/master/slip-0044.md) type:
|
||||
|
||||
## Additional comments
|
||||
|
||||
Please post additional comments in this section if you have them, otherwise delete it.
|
||||
Please post additional comments in this section if you have them, otherwise delete it.
|
||||
|
||||
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@@ -1,6 +1,6 @@
|
||||
## Description
|
||||
|
||||
Please provide a detailed description of what was done in this PR.
|
||||
Please provide a detailed description of what was done in this PR.
|
||||
(And mentioned if linked to an issue [docs](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue))
|
||||
|
||||
## Changes include
|
||||
@@ -18,4 +18,4 @@ Please complete this section if any breaking changes have been made, otherwise d
|
||||
|
||||
## Additional comments
|
||||
|
||||
Please post additional comments in this section if you have them, otherwise delete it.
|
||||
Please post additional comments in this section if you have them, otherwise delete it.
|
||||
|
||||
Reference in New Issue
Block a user