From: Shivani Bhardwaj Date: Wed, 27 Sep 2023 06:36:37 +0000 (+0530) Subject: doc/code-submission: add commit sign guide X-Git-Tag: suricata-7.0.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4011655f5bf7e1047223f53710562c1a9fbc2d;p=thirdparty%2Fsuricata.git doc/code-submission: add commit sign guide --- diff --git a/doc/userguide/devguide/codebase/contributing/code-submission-process.rst b/doc/userguide/devguide/codebase/contributing/code-submission-process.rst index 06eb84eee7..22bf16046a 100644 --- a/doc/userguide/devguide/codebase/contributing/code-submission-process.rst +++ b/doc/userguide/devguide/codebase/contributing/code-submission-process.rst @@ -19,6 +19,7 @@ Commits * Description, wrapped at ~72 characters #. Commits should be individually compilable, starting with the oldest commit. Make sure that each commit can be built if it and the preceding commits in the PR are used. +#. Commits should be authored with the format: "FirstName LastName " Information that needs to be part of a commit (if applicable):