# Contributing to blktests
-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 and Shin'ichiro Kawasaki
-<shinichiro.kawasaki@wdc.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"`.
+You can contribute to blktests by sending patches to the
+<linux-block@vger.kernel.org> mailing list and Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
+or by opening a pull request to the [blktests GitHub
+repository](https://github.com/osandov/blktests). Patch post is more recommended
+since it will be visible to more kernel developers and easier to gather
+feedback. 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/).
should implement, global variables that test cases can refer and coding
guidelines.
-Pull requests on GitHub and patches to <linux-block@vger.kernel.org> are both
+Patches to <linux-block@vger.kernel.org> and pull requests on GitHub are both
accepted. See [here](CONTRIBUTING.md) for more information on contributing.