u-boot/doc/develop/sending_patches.rst
Simon Glass 37c42b7270 patman: Add documentation to doc/
Link to patman's documentation from the doc/ directory so that it appears
in the 'make htmldocs' output.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-08-13 11:09:49 +02:00

16 lines
346 B
ReStructuredText

.. 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`.