From 627da97659e439a5c43db7b0af86445a871639e0 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Mon, 23 Mar 2020 17:18:49 +0800 Subject: [PATCH] Renew the pending days for a PR (#3012) The current amount of pending days for a PR is too long, which will easily produce lots of inactive open PRs on the list. I suggest reducing this amount for a cleaner PR list. Actually 15 days are enough for a PR owner to resolve requested changes and respond. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83ab6c54..05f11159 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ You are an awesome project now! Feel encouraged to tell others about it by addin To make sure every PR is checked, we have [team maintainers](MAINTAINERS). Every PR MUST be reviewed by at least one maintainer before it can get merged. The maintainers will review your PR and notify you and tag it in case any -information is still missing. They will wait 30 days for your interaction, after +information is still missing. They will wait 15 days for your interaction, after that the PR will be closed.