diff --git a/docs/developers/REVIEWS.md b/docs/developers/REVIEWS.md index 49107c03f..ebf1379c1 100644 --- a/docs/developers/REVIEWS.md +++ b/docs/developers/REVIEWS.md @@ -22,14 +22,9 @@ Please fix any issue raised. It might take some time until your PR gets merged, depending on the release cycle and the type of your pull-request (bugfix, enhancement of existing code, new plugin, etc). Remember, it might be necessary to rebase your code before merge to resolve conflicts. -Please read the review comments carefully, fix the related part of the code and/or respond in case there is anything unclear. If there is no activity in a pull-request or the contributor does not respond, we apply the following scheme: +Please read the review comments carefully, fix the related part of the code and/or respond in case there is anything unclear. Maintainers will add the `waiting for response` tag to PRs to make it clear we are waiting on the submitter for updates. __Once the tag is added, if there is no activity on a pull request or the contributor does not respond, our bot will automatically close the PR after two weeks!__ If you expect a longer period of inactivity or you want to abandon a pull request, please let us know. -1. We send a first reminder after at least 2 weeks of inactivity. -1. After at least another two weeks of inactivity we send a second reminder and are setting the `waiting for response` tag. -1. Another two weeks later we will ask the community for help setting the `help wanted` reminder. -1. In case nobody volunteers to take over the PR within the next 30 days, InfluxData will triage the PR and might close it due to inactivity. - -So in case you expect a longer period of inactivity or you want to abandon a pull-request, please let us know. +In case you still want to continue with the PR, feel free to reopen it. ## Reviewing Plugin Code