From 8830737225f99faa743859c69273f0bb95a6c8a2 Mon Sep 17 00:00:00 2001 From: Yarin Date: Wed, 24 Nov 2021 19:32:35 +0200 Subject: [PATCH 1/2] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 751dc4f4..a2a05d00 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,7 +19,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] Locally tested against Fireblocks API -# Checklist: +## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation From b3c8afdb1243070c3aaf9101965d3af01369adde Mon Sep 17 00:00:00 2001 From: Yarin Date: Wed, 24 Nov 2021 19:34:08 +0200 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a2a05d00..1a508791 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,8 +10,8 @@ Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) +- [ ] Chore / Documentation - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] This change requires a documentation update ## How Has This Been Tested? @@ -24,3 +24,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation - [ ] Any dependent changes have been merged and published in downstream modules +- [ ] I have added corresponding labels to the PR