From c4e74cb242b615de39c61c23b51a2e1535d1b8f5 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 22 Oct 2009 12:28:48 +0200 Subject: [PATCH] add a chapter about submitting patches to the Coding documentation Signed-off-by: Gordon Hecker --- Coding | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Coding b/Coding index 990f2b0..934671d 100644 --- a/Coding +++ b/Coding @@ -38,3 +38,8 @@ Committing upstream branch. * No merge commits on upstream. +Submitting patches + * send patches to e2factory-devel@lists.e2factory.org + * use appropriate git tools if possible + Example: + $ git send-email --to e2factory-devel@lists.e2factory.org COMMITA..COMMITB -- 2.39.5