File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ agenda.
171171### Waiting for Approvals
172172
173173Before landing pull requests, sufficient time should be left for input
174- from other Collaborators. In general, leave at least 72 hours to account for
174+ from other Collaborators. In general, leave at least 48 hours to account for
175175international time differences and work schedules. However, certain types of
176176pull requests can be fast-tracked and may be landed after a shorter delay. For
177177example:
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ onboarding session.
138138 * There is a minimum waiting time which we try to respect for non-trivial
139139 changes so that people who may have important input in such a distributed
140140 project are able to respond.
141- * For non-trivial changes, leave the pull request open for at least 72 hours.
141+ * For non-trivial changes, leave the pull request open for at least 48 hours.
142142 * If a pull request is abandoned, check if they'd mind if you took it over
143143 (especially if it just has nits left).
144144* Approving a change
@@ -214,7 +214,7 @@ needs to be pointed out separately during the onboarding.
214214* Run CI on the PR. Because the PR does not affect any code, use the
215215 ` node-test-pull-request-lite-pipeline ` CI task.
216216* After one or two approvals, land the PR (PRs of this type do not need to wait
217- for 72 hours to land).
217+ for 48 hours to land).
218218 * Be sure to add the ` PR-URL: <full-pr-url> ` and appropriate ` Reviewed-By: `
219219 metadata.
220220 * [ ` node-core-utils ` ] [ ] automates the generation of metadata and the landing
You can’t perform that action at this time.
0 commit comments