diff mbox

[V2,1/2] Adding document for sparse patch submit process

Message ID CANeU7Q=6ypz5vwYAeTdBtK23MM4wH80JcUGL1ZSmyrRgMkd_Hg@mail.gmail.com (mailing list archive)
State Mainlined, archived
Headers show

Commit Message

Christopher Li Aug. 10, 2017, 8:26 p.m. UTC
Reference to the linux kernel patches submitting process
and difference to sparse.

Signed-off-by: Christopher Li <sparse@chrisli.org>
---
 Documentation/submitting-patches.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 Documentation/submitting-patches.md

+
+   Notice that sparse uses the MIT License.
+
diff mbox

Patch

diff --git a/Documentation/submitting-patches.md
b/Documentation/submitting-patches.md
new file mode 100644
index 0000000..412072e
--- /dev/null
+++ b/Documentation/submitting-patches.md
@@ -0,0 +1,21 @@ 
+Submitting patches: the sparse version
+======================================
+
+Sparse uses a patch submit process similar to the Linux Kernel
+[Submitting Patches](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html)
+
+This document mostly focuses on the parts that might be different
from the Linux
+Kernel submitting process.
+
+1. Git clone a sparse repository:
+
+        git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
+
+2. [Coding Style](https://www.kernel.org/doc/html/v4.12/process/coding-style.html)
remains the same.
+
+3. Sign off the patch.
+
+   The usage of the Signed-off-by tag is the same as [Linux Kernel
Sign your work](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin).