diff options
author | Eric Anholt <[email protected]> | 2018-12-12 11:08:00 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-12-19 12:48:13 -0800 |
commit | 463df0ffe28eb300b1bd7bc63ede46e9405d529d (patch) | |
tree | da798721fdb8e6e91577dc19ac32215ca741e740 /docs | |
parent | fcfb7f573c6f8e70e5213c5c0d9e1566d45eadd7 (diff) |
docs: Add a note that MRs should still include any r-b or a-b tags.
v2: Mention "Tested-by" too
Reviewed-by: Dylan Baker <[email protected]> (v1)
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/submittingpatches.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index e381a88f95b..d0b61a34099 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -297,6 +297,10 @@ which tells the patch author that the patch can be committed, as long as the issues are resolved first. </p> +<p> +These Reviewed-by, Acked-by, and Tested-by tags should also be amended +into commits in a MR before it is merged. +</p> <h2 id="nominations">Nominating a commit for a stable branch</h2> |