From 0109577e3a2c63d6b3535362222f6ff97a26f540 Mon Sep 17 00:00:00 2001 From: Matt Allen Date: Fri, 21 Apr 2023 15:14:33 -0700 Subject: [PATCH 1/2] Update CONTRIBUTING.md Updated line 62 - If the PR causes a regression at any point before the end of the regression period (7 days after being deployed to production), contributors are not eligible for the 50% bonus. Per https://expensify.slack.com/archives/C02NK2DQWUX/p1682026529807909?thread_ts=1681749639.671849&cid=C02NK2DQWUX --- contributingGuides/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributingGuides/CONTRIBUTING.md b/contributingGuides/CONTRIBUTING.md index 3c6bcd30e6bc..090a138040e6 100644 --- a/contributingGuides/CONTRIBUTING.md +++ b/contributingGuides/CONTRIBUTING.md @@ -59,7 +59,7 @@ Please be aware that compensation for any support in solving an issue is provide - Merged PR within 9 business days - 50% **penalty** - No PR within 12 business days - **Contract terminated** -If the PR causes a regression within 7 days of being deployed to production, contributors are not eligible for the 50% bonus. +If the PR causes a regression at any point before the end of the regression period (7 days after being deployed to production), contributors are not eligible for the 50% bonus. ## Finding Jobs A job could be fixing a bug or working on a new feature. There are two ways you can find a job that you can contribute to: From 81aad9219878e5026dab104b5d700a103836b3bd Mon Sep 17 00:00:00 2001 From: Matt Allen Date: Tue, 25 Apr 2023 08:12:08 -0700 Subject: [PATCH 2/2] Update contributingGuides/CONTRIBUTING.md Co-authored-by: Daniel Gale-Rosen <5487802+dangrous@users.noreply.github.com> --- contributingGuides/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributingGuides/CONTRIBUTING.md b/contributingGuides/CONTRIBUTING.md index 090a138040e6..d09dcae3baf5 100644 --- a/contributingGuides/CONTRIBUTING.md +++ b/contributingGuides/CONTRIBUTING.md @@ -59,7 +59,7 @@ Please be aware that compensation for any support in solving an issue is provide - Merged PR within 9 business days - 50% **penalty** - No PR within 12 business days - **Contract terminated** -If the PR causes a regression at any point before the end of the regression period (7 days after being deployed to production), contributors are not eligible for the 50% bonus. +If the PR causes a regression at any point within the regression period (starting when the code is merged and ending 7 days after being deployed to production), contributors are not eligible for the 50% bonus. ## Finding Jobs A job could be fixing a bug or working on a new feature. There are two ways you can find a job that you can contribute to: