diff options
Diffstat (limited to 'doc/develop/sending_patches.rst')
-rw-r--r-- | doc/develop/sending_patches.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst new file mode 100644 index 00000000000..0542adeaed9 --- /dev/null +++ b/doc/develop/sending_patches.rst @@ -0,0 +1,16 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Sending patches +=============== + +.. toctree:: + :maxdepth: 2 + + patman + + +You can use a tool called patman to prepare, check and sent patches. It creates +change logs, cover letters and patch notes. It also simplified the process of +sending multiple versions of a series. + +See more details at :doc:`patman`. |