From e940a22f65c9d0a8f24a55e9e5b054b23d72e889 Mon Sep 17 00:00:00 2001 From: schmikei Date: Fri, 18 Feb 2022 09:58:25 -0500 Subject: [PATCH 1/2] small change to contributing.md that requires two approvers now --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1f8da4b2..aca6d3418 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 two maintainers. * CI passes. * Major feedback is resolved. From 61fc2ee2fe081a62acc057fbe257c52c69a23852 Mon Sep 17 00:00:00 2001 From: schmikei Date: Fri, 18 Feb 2022 10:00:50 -0500 Subject: [PATCH 2/2] typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aca6d3418..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 two maintainers. +* It has received approval from at least two maintainers. * CI passes. * Major feedback is resolved.