summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-02-08 00:01:57 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-02-10 11:02:17 +0100
commitbcc090461fee8541993ffec0dc2d9a578a95c2fa (patch)
tree8f14fb33079d813be16d222fbbf380447382d109 /doc
parent2d07f45368ea6fdc61fd325de0833dd01b8da34f (diff)
downloadptxdist-bcc090461fee8541993ffec0dc2d9a578a95c2fa.tar.gz
ptxdist-bcc090461fee8541993ffec0dc2d9a578a95c2fa.tar.xz
doc: contributing: add pointers to README.devel and git-send-email.io
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210207230157.22524-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index e51469d92..818909a9f 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -14,12 +14,15 @@ How to Contribute
Contributions should be sent as patches to the :ref:`mailing_list`. This
is usually done with ``git send-email``.
+If you're unfamiliar with this workflow, have a look at the intro at
+`git-send-email.io <https://git-send-email.io/>`_.
All patches must contain a descriptive subject and should, for all
non-obvious changes, contain a commit message describing what has changed
and why this is necessary.
-All patches must contain the correct ``Signed-off-by:`` tag.
+All patches must contain the correct ``Signed-off-by:`` tag,
+see `README.devel <https://git.pengutronix.de/cgit/ptxdist/tree/README.devel>`_.
Package Builds should be Reproducible
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~