From 0d6f30388b0a2283b1969a4cc2b12a9f0f10a98f Mon Sep 17 00:00:00 2001 From: Jordi Salvat Date: Mon, 20 Nov 2023 11:53:35 +0100 Subject: [PATCH] chore(github): updates PR template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8f58acb..27833d9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,9 @@ > **Note** - Since this is a public repository, make sure that we're not publishing private data in the code, commit comments, or this PR. +> **Note for reviewers** - Please add a 2nd reviewer if the PR affects more than 15 files or 100 lines (not counting + `package-lock.json`), if it incurs significant risk, or if it is going through a 2nd review+fix cycle. + ## 📚 Context/Description Behind The Change ## 🧑‍🔬 How Has This Been Tested?