From dea3c02f63891961fdeef059f5f54804fe397e97 Mon Sep 17 00:00:00 2001 From: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:32:20 -0800 Subject: [PATCH] Add information on inactive PRs in the contribution guide Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> --- docs/contributing/contributing-pull-requests/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/contributing/contributing-pull-requests/README.md b/docs/contributing/contributing-pull-requests/README.md index 70fdbf9b2b..ddb8a72446 100644 --- a/docs/contributing/contributing-pull-requests/README.md +++ b/docs/contributing/contributing-pull-requests/README.md @@ -102,4 +102,8 @@ If you are the code reviewer, it's your responsibility to follow up (politely) i We welcome **any contributor or community member** to engage with **any pull request** on our repository. Feel free to make suggestions for improvements and ask questions that are relevant. If you're asking questions for your learning, please make it clear that your questions are "non-blocking" for the pull request. -See the [code reviewing documentation](../contributing-code/contributing-code-reviewing/README.md) for guidance on code reviewing. \ No newline at end of file +See the [code reviewing documentation](../contributing-code/contributing-code-reviewing/README.md) for guidance on code reviewing. + +## Inactive Pull Requests + +Pull requests that have been inactive for 90 days will be marked with a stale label. They will automatically be closed after a subsequent 7 days of inactivity. This timeframe may be adjusted in the future based on project needs. \ No newline at end of file