summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-12-12 11:08:00 -0800
committerEric Anholt <eric@anholt.net>2018-12-19 12:48:13 -0800
commit463df0ffe28eb300b1bd7bc63ede46e9405d529d (patch)
treeda798721fdb8e6e91577dc19ac32215ca741e740 /docs
parentfcfb7f573c6f8e70e5213c5c0d9e1566d45eadd7 (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 <dylan@pnwbakers.com> (v1) Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/submittingpatches.html4
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>