summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2018-12-20 12:56:05 +0100
committerRoland Hieber <rhi@pengutronix.de>2018-12-20 14:53:59 +0100
commit6f7e00ba759d4d3a3a70b26b678a82db7d3e0dea (patch)
tree6599aee42f5e2369d7188364a033c9740343f785 /README.md
parent4990afa7fc1ec3a9ee74073c02512b1e29e2c154 (diff)
downloadmicrocom-6f7e00ba759d4d3a3a70b26b678a82db7d3e0dea.tar.gz
microcom-6f7e00ba759d4d3a3a70b26b678a82db7d3e0dea.tar.xz
README: add note about subject prefix
Since the mailing list is shared for various of our tools, the additional prefix helps to keep patches separated for the projects they should be applied to. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index de7c198..35b3e0a 100644
--- a/README.md
+++ b/README.md
@@ -85,3 +85,5 @@ Signed-off-by: Random J Developer <random@developer.example.org>
description (Git can do this for you when you use `git commit -s`).
Then send your patches to <oss-tools@pengutronix.de>, or, if you use GitHub,
open a pull-request on <https://github.com/pengutronix/microcom>.
+If you send patches, please prefix your subject with "[PATCH microcom]" (for
+example, see the `git-config` manpage for the option `format.subjectPrefix`).