From 7acbc4731faee379ba5a5a6491dc8a0301d4d0f6 Mon Sep 17 00:00:00 2001 From: ASHUTOSH KUMAR CHOUDHARY Date: Wed, 18 Aug 2021 19:59:39 +0530 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#1943) * Update PULL_REQUEST_TEMPLATE.md CHANGING PULL REQUEST TEMPLATE FOR ASKING CONTRIBUTORS TO GET ATLEAST TWO REVIEW TO GET PULL REQUEST MERGED. * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Jeffrey Warren --- .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 6914a0ef..96ba0ae3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,8 @@ Make sure these boxes are checked before your pull request (PR) is ready to be r * [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `npm run test-all` * [ ] code is in uniquely-named feature branch and has no merge conflicts * [ ] PR is descriptively titled -* [ ] ask `@publiclab/is-reviewers` for help, in a comment below +* [ ] ask `@publiclab/is-reviewers` for help, in a comment below +* [ ] at least 2 reviews required for getting pull request merged * [ ] Insert-step functionality is working correct as expected. > We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first!