From 463df0ffe28eb300b1bd7bc63ede46e9405d529d Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 12 Dec 2018 11:08:00 -0800 Subject: [PATCH] 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 (v1) Reviewed-by: Ian Romanick --- docs/submittingpatches.html | 4 ++++ 1 file changed, 4 insertions(+) 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.

+

+These Reviewed-by, Acked-by, and Tested-by tags should also be amended +into commits in a MR before it is merged. +

Nominating a commit for a stable branch

-- 2.30.2