]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
CONTRIBUTING, README: recommend patch post for contributions
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 28 Jul 2023 11:07:19 +0000 (20:07 +0900)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 11 Aug 2023 01:53:26 +0000 (10:53 +0900)
There are voices that blktests changes through GitHub pull requests are
not visible to relevant block sub-system kernel developers who
communicate through linux-block mailing list. Some GitHub pull requests
in the past needed additional discussion in the linux-block mailing list
again to confirm that the changes were good for the kernel developers.

To reduce the repeated discussion in the mailing list and GitHub,
clarify that contribution by patch post to linux-block is preferred to
GitHub pull request. Still GitHub pull requests are open mainly for
quick, minor fixes.

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
CONTRIBUTING.md
README.md

index fd232b72c78f68427835a1ce125437b99ad2d134..74d9771f441d9fc953c0ecfd0e25ba15a6394416 100644 (file)
@@ -1,11 +1,13 @@
 # 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/).
index 6e7dbe4b85a8d62e4e609eefd5a01c246da0f16e..dbb483c79c8585bd77e3e7adcff7ee64806cfd23 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,5 +54,5 @@ referred to as a document. It describes variables and functions that test cases
 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.