From 580d308c46e9ec490fa48752797b78ebc5e83d58 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 29 Jan 2021 10:30:43 +0000 Subject: README: Add instructions for configuring git repo for sending patches Signed-off-by: Richard Purdie --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index c17f74a..af3ace9 100644 --- a/README +++ b/README @@ -15,3 +15,9 @@ Layer Maintainer: Joshua Watt Please send changes to the yocto mailing list with [meta-mingw] in the subject line, cc'ing the maintainer. + +This can be configured within the repository with the commands: + +git config sendemail.to yocto@lists.yoctoproject.org +git config sendemail.cc jpewhacker@gmail.com +git config format.subjectprefix "meta-mingw] [PATCH" -- cgit v1.2.3-54-g00ecf