From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Mon, 8 Feb 2021 00:01:57 +0100 Message-Id: <20210207230157.22524-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] doc: contributing: add pointers to README.devel and git-send-email.io List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Signed-off-by: Roland Hieber --- doc/contributing.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index e51469d92380..818909a9f3ea 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 `_. 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 `_. Package Builds should be Reproducible ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de