summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-29 10:30:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-03 21:47:11 +0000
commit580d308c46e9ec490fa48752797b78ebc5e83d58 (patch)
tree62c9f76f0cef0b02140698e8e625a31f4d1edfd6
parent17e9d16648197de15c89cbbd84825973f12305e9 (diff)
downloadmeta-mingw-580d308c46e9ec490fa48752797b78ebc5e83d58.tar.gz
README: Add instructions for configuring git repo for sending patches
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index c17f74a..af3ace9 100644
--- a/README
+++ b/README
@@ -15,3 +15,9 @@ Layer Maintainer: Joshua Watt <jpewhacker@gmail.com>
15 15
16Please send changes to the yocto mailing list with [meta-mingw] in the subject line, 16Please send changes to the yocto mailing list with [meta-mingw] in the subject line,
17cc'ing the maintainer. 17cc'ing the maintainer.
18
19This can be configured within the repository with the commands:
20
21git config sendemail.to yocto@lists.yoctoproject.org
22git config sendemail.cc jpewhacker@gmail.com
23git config format.subjectprefix "meta-mingw] [PATCH"