]> www.infradead.org Git - users/hch/blktests.git/commitdiff
CONTRIBUTING: add my email address
authorOmar Sandoval <osandov@fb.com>
Wed, 13 Feb 2019 19:47:59 +0000 (11:47 -0800)
committerOmar Sandoval <osandov@fb.com>
Wed, 13 Feb 2019 19:49:24 +0000 (11:49 -0800)
Most people cc me on blktests patches, but let's document it, too, since
I'm not always watching the block mailing list.

Signed-off-by: Omar Sandoval <osandov@fb.com>
CONTRIBUTING.md

index 8aff384cbdac7181a68c8d709f436801035864a3..9bda2c4ee248c0efb154dab341c4ff5b57065b18 100644 (file)
@@ -2,10 +2,10 @@
 
 You can contribute to blktests by opening a pull request to the [blktests
 GitHub repository](https://github.com/osandov/blktests) or by sending patches
-to the <linux-block@vger.kernel.org> mailing list. If sending patches, please
-generate the patch with `git format-patch --subject-prefix="PATCH blktests"`.
-Consider configuring git to do this for you with `git config --local
-format.subjectPrefix "PATCH blktests"`.
+to the <linux-block@vger.kernel.org> mailing list and Omar Sandoval
+<osandov@fb.com>. If sending patches, please generate the patch with `git
+format-patch --subject-prefix="PATCH blktests"`. Consider configuring git to do
+this for you with `git config --local format.subjectPrefix "PATCH blktests"`.
 
 All commits must be signed off (i.e., `Signed-off-by: Jane Doe <janedoe@example.org>`)
 as per the [Developer Certificate of Origin](https://developercertificate.org/).