From ba7350de9205f9f304d1b8ed6b7cfa535ccaa48b Mon Sep 17 00:00:00 2001 From: Keith Schmitt <32067685+schmikei@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:12:06 -0500 Subject: [PATCH] Small change to contributing.md (#562) * small change to contributing.md that requires two approvers now * typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1f8da4b2..8f869364f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ Open a pull request against the main `stanza` repo. A PR is considered to be **ready to merge** when: -* It has received approval from at least one maintainer. +* It has received approval from at least two maintainers. * CI passes. * Major feedback is resolved.