瀏覽代碼

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 <thomas.de_schampheleire@nokia.com>
Cc: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Ricardo Martincoski 3 年之前
父節點
當前提交
efccb2a7dd
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/manual/contribute.txt

+ 6 - 0
docs/manual/contribute.txt

@@ -294,6 +294,12 @@ $ git fetch --all --tags
 $ git rebase origin/master
 $ 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.
 Now, you are ready to generate then submit your patch set.
 
 
 To generate it, run:
 To generate it, run: