From 1fd65a06cc7d9727210cb83078922e3fcdee1a51 Mon Sep 17 00:00:00 2001 From: marcello33 Date: Thu, 1 Jun 2023 14:55:21 +0200 Subject: [PATCH] dev: add: additional elements in PR checklist (#882) * dev: add: additional elements in PR checklist * dev: chg: erigon task in the checklist --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c467800e58..7b58af0bc0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,6 +23,8 @@ In case this PR includes changes that must be applied only to a subset of nodes, - [ ] I have added at least 2 reviewer or the whole pos-v1 team - [ ] I have added sufficient documentation in code - [ ] I will be resolving comments - if any - by pushing each fix in a separate commit and linking the commit hash in the comment reply +- [ ] Created a task in Jira and informed the team for implementation in Erigon client (if applicable) +- [ ] Includes RPC methods changes, and the Notion documentation has been updated # Cross repository changes