From d749f3dc325ed37653e7c5149132bca2f6c9146d Mon Sep 17 00:00:00 2001 From: Coline Date: Fri, 11 Feb 2022 11:10:59 +0100 Subject: [PATCH] fix: pr and issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/network_request.md | 19 +++++++++++++++++++ .github/pull_request_template.md | 10 +++++----- 4 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/network_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f679681..711779d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e3b05cf..f8abc52 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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: '' diff --git a/.github/ISSUE_TEMPLATE/network_request.md b/.github/ISSUE_TEMPLATE/network_request.md new file mode 100644 index 0000000..369f21e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/network_request.md @@ -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. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 85f6ad9..e8e90eb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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. \ No newline at end of file