From 92d433d72187a37409785a254464b97bb628ec43 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 17 Nov 2023 10:28:31 +0100 Subject: [PATCH] site: git.md: clarify how patches are accepted. We add that information in "Send patches & contribute" as contributors also need to understand the workflow, to know if their patch is being accepted, if they need to do something special or not, need to wait, etc. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- site/git.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/git.md b/site/git.md index c288501..f96343a 100644 --- a/site/git.md +++ b/site/git.md @@ -183,6 +183,14 @@ Please also sign-off your patches, which you can configure with: Once you have submitted your patch, the GNU Boot maintainers will be notified via the mailing list and will start reviewing it. +All the patches that are added to GNU Boot require the agreement of +two maintainers. The maintainer agreement is often indicated with text +like that: + + Acked-by: . + +in an (email) reply form the given maintainer. + Maintainers -----------