File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,27 @@ actual latest release). The procedure for this is:
406
406
* Delete the PR body, it usually contains a duplicate commit message.
407
407
408
408
409
+ Who does the backporting
410
+ ~~~~~~~~~~~~~~~~~~~~~~~~
411
+
412
+ As mentioned above, bugs should first be fixed on ``master `` (except in rare occasions
413
+ that a bug only happens in a previous release). So who should do the backport procedure described
414
+ above?
415
+
416
+ 1. If the bug was fixed by a core developer, it is the main responsibility of that core developer
417
+ to do the backport.
418
+ 2. However, often the merge is done by another maintainer, in which case it is nice of them to
419
+ do the backport procedure if they have the time.
420
+ 3. For bugs submitted by non-maintainers, it is expected that a core developer will to do
421
+ the backport, normally the one that merged the PR on ``master ``.
422
+ 4. If a non-maintainers notices a bug which is fixed on ``master `` but has not been backported
423
+ (due to maintainers forgetting to apply the *needs backport * label, or just plain missing it),
424
+ they are also welcome to open a PR with the backport. The procedure is simple and really
425
+ helps with the maintenance of the project.
426
+
427
+ All the above are not rules, but merely some guidelines/suggestions on what we should expect
428
+ about backports.
429
+
409
430
Handling stale issues/PRs
410
431
-------------------------
411
432
You can’t perform that action at this time.
0 commit comments