File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,31 @@ about:
309
309
when someone else is asking for feedback on their code, and universe balances out.
310
310
311
311
312
+ Backporting
313
+ -----------
314
+
315
+ Security and bug fixes can be backported from ` master ` to release
316
+ branches.
317
+ If the backport is non-trivial, it may be appropriate to open an
318
+ additional PR, to backport the change, only after the original PR
319
+ has been merged.
320
+ Otherwise, backports will be done in batches and
321
+ the maintainers will use the proper ` Needs backport (...) ` labels
322
+ when needed (the original author does not need to worry).
323
+
324
+ A backport should contain the following metadata in the commit body:
325
+
326
+ ```
327
+ Github-Pull: #<PR number>
328
+ Rebased-From: <commit hash of the original commit>
329
+ ```
330
+
331
+ Have a look at [ an example backport PR] (
332
+ https://github.com/bitcoin/bitcoin/pull/16189 ).
333
+
334
+ Also see the [ backport.py script] (
335
+ https://github.com/bitcoin-core/bitcoin-maintainer-tools#backport ).
336
+
312
337
Release Policy
313
338
--------------
314
339
You can’t perform that action at this time.
0 commit comments