From efccb2a7dd909f8f9b316d809859b9434a2737b0 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 31 Jul 2022 16:35:12 -0300 Subject: [PATCH] docs/manual: check-package before submitting patch Add 'utils/docker-run make check-package' to the default workflow of submitting patches, just after the rebase and before using format-patch. Cc: Thomas De Schampheleire Cc: Romain Naour Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- docs/manual/contribute.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index e588c69be6..94f1c64496 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -294,6 +294,12 @@ $ git fetch --all --tags $ git rebase origin/master --------------------- +Now check the coding style for the changes you committed: + +--------------------- +$ utils/docker-run make check-package +--------------------- + Now, you are ready to generate then submit your patch set. To generate it, run: