diff options
Diffstat (limited to 'SubmittingPatches.rst')
-rw-r--r-- | SubmittingPatches.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index 27f04f78694..3e2624bbcb3 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -203,8 +203,10 @@ sending patches. The project will generally accept code either by pulling code directly from a published git tree (usually on github), or via patches emailed directly -to the email list (ceph-devel@vger.kernel.org). Github is preferred due to -the convenience of the 'pull request' feature. +to the email list (ceph-devel@vger.kernel.org). For the kernel client, +patches are expected to be reviewed in the email list. And for everything +else, github is preferred due to the convenience of the 'pull request' +feature. 1. Github pull request |