diff options
author | Emil Velikov <[email protected]> | 2018-11-07 15:59:07 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-11-08 16:05:06 +0000 |
commit | ede46c67ea35c076721aac0d1b751eb589e50629 (patch) | |
tree | 66e1c9efdbd99a83192b4124b751d8cac76ff76a /docs/submittingpatches.html | |
parent | ecb1bef8714ede7b3b5b00a62c749b4c1b722e1c (diff) |
docs: document the staging branch and add reference to it
A while back we agreed that having a live/staging branch is beneficial.
Sadly we forgot to document that, so here is my first attempt.
Document the caveat that the branch history is not stable.
CC: Andres Gomez <[email protected]>
CC: Dylan Baker <[email protected]>
CC: Juan A. Suarez Romero <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
(cherry picked from commit 0a60708870e256432bdef1a22c98b09f83d8a440)
Diffstat (limited to 'docs/submittingpatches.html')
-rw-r--r-- | docs/submittingpatches.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index e5350bdb2cf..d7ea0a310db 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -251,6 +251,9 @@ If you are not the author of the original patch, please Cc: them in your nomination request. </p> +<p> +The current patch status can be observed in the <a href="releasing.html#stagingbranch">staging branch</a>. +</p> <h3 id="thetag">The stable tag</h3> |