fix: pr and issue template
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: '[BUG] [Subject of the issue]'
|
||||
title: 'Fix [Subject of the issue]'
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Feature report
|
||||
about: Suggest an idea for this project
|
||||
title: '[FEATURES] [Subject of the issue]'
|
||||
title: 'Add [Subject of the issue]'
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
|
||||
19
.github/ISSUE_TEMPLATE/network_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/network_request.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Network request
|
||||
about: Request of new chain or network
|
||||
title: 'Add {NameChain} network ({SYMBOL})'
|
||||
labels: 'enhancement, chain/network'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Description
|
||||
- [ ] 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.
|
||||
10
.github/pull_request_template.md
vendored
10
.github/pull_request_template.md
vendored
@@ -1,19 +1,19 @@
|
||||
# Description
|
||||
## Description
|
||||
|
||||
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
|
||||
## Changes include
|
||||
|
||||
- [ ] Bugfix (non-breaking change that solves an issue)
|
||||
- [ ] New feature (non-breaking change that adds functionality)
|
||||
- [ ] Breaking change (change that is not backwards-compatible and/or changes current functionality)
|
||||
|
||||
# Breaking changes
|
||||
## Breaking changes
|
||||
|
||||
Please complete this section if any breaking changes have been made, otherwise delete it.
|
||||
|
||||
# Checklist
|
||||
## Checklist
|
||||
|
||||
- [ ] I have assigned this PR to myself
|
||||
- [ ] I have added at least 1 reviewer
|
||||
@@ -21,6 +21,6 @@ Please complete this section if any breaking changes have been made, otherwise d
|
||||
- [ ] I have added sufficient documentation in the code
|
||||
- [ ] I have added labels to this PR
|
||||
|
||||
# Additional comments
|
||||
## Additional comments
|
||||
|
||||
Please post additional comments in this section if you have them, otherwise delete it.
|
||||
Reference in New Issue
Block a user