@@ -397,26 +397,32 @@ As contributing a feature can be a lengthy process, some
397
397
pull requests appear inactive but unfinished. In such a case, taking
398
398
them over is a great service for the project.
399
399
400
- A good etiquette for this is:
401
-
402
- * To decide whether a PR is stalled, asking the contributor if she/he
403
- plans to continue working on the PR in the near future. Failure to
404
- respond within 2 weeks with an activity that moves the PR forward
405
- suggests that the PR is stalled and will result in tagging that PR with
406
- "help wanted".
407
-
408
- Note that if a PR has received earlier comments on the contribution
409
- that have had no reply in a month, if it safe to assume that the PR is
410
- stalled and to shorten the wait time to one day.
411
-
412
- After a sprint, follow-up for un-merged PRs opened during sprint will
413
- be communicated to participants at the sprint, and those PRs will be
414
- tagged "sprint". PRs tagged with "sprint" can be reassigned or declared
415
- stalled by sprint leaders.
416
-
417
- * To take over a PR, it is important to comment on the stalled PR that
418
- you are taking over and to link from the new PR to the old one. The
419
- new PR should be created by pulling from the old one.
400
+ A good etiquette to take over is:
401
+
402
+ * **Determine if a PR is stalled **
403
+
404
+ * A pull request may have the label "stalled" or "help wanted" if we
405
+ have already identified it as a candidate for other contributors.
406
+
407
+ * To decide whether an inactive PR is stalled, ask the contributor if
408
+ she/he plans to continue working on the PR in the near future.
409
+ Failure to respond within 2 weeks with an activity that moves the PR
410
+ forward suggests that the PR is stalled and will result in tagging
411
+ that PR with "help wanted".
412
+
413
+ Note that if a PR has received earlier comments on the contribution
414
+ that have had no reply in a month, if it safe to assume that the PR
415
+ is stalled and to shorten the wait time to one day.
416
+
417
+ After a sprint, follow-up for un-merged PRs opened during sprint will
418
+ be communicated to participants at the sprint, and those PRs will be
419
+ tagged "sprint". PRs tagged with "sprint" can be reassigned or
420
+ declared stalled by sprint leaders.
421
+
422
+ * **Taking over a stalled PR **: To take over a PR, it is important to
423
+ comment on the stalled PR that you are taking over and to link from the
424
+ new PR to the old one. The new PR should be created by pulling from the
425
+ old one.
420
426
421
427
.. _new_contributors :
422
428
0 commit comments