]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING.d/patches/{description,trailer}: Split trailer into separate file
authorAlejandro Colomar <alx@kernel.org>
Sun, 8 Feb 2026 16:36:12 +0000 (17:36 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 8 Feb 2026 16:40:59 +0000 (17:40 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
CONTRIBUTING.d/patches/description
CONTRIBUTING.d/patches/trailer [new file with mode: 0644]

index 73b603bf3e04931f443fe11898a0c1dfd6ba8bec..58c88459073c2b151f96905df30a580998cbe3cc 100644 (file)
@@ -46,12 +46,4 @@ Description
        <https://web.archive.org/web/20171217060354/http://www.heracliteanriver.com/?p=324>
 
     Trailer
-       Sign your patch with "Signed-off-by:".  Read about the
-       "Developer's Certificate of Origin" at
-       <https://www.kernel.org/doc/Documentation/process/submitting-patches.rst>.
-       When appropriate, other tags documented in that file, such as
-       "Reported-by:", "Reviewed-by:", "Acked-by:", and "Suggested-by:"
-       can be added to the patch.  We use "Co-authored-by:" instead of
-       "Co-developed-by:".  Example:
-
-               Signed-off-by: Alejandro Colomar <alx@kernel.org>
+       See <CONTRIBUTING.d/patches/trailer>.
diff --git a/CONTRIBUTING.d/patches/trailer b/CONTRIBUTING.d/patches/trailer
new file mode 100644 (file)
index 0000000..51950f5
--- /dev/null
@@ -0,0 +1,14 @@
+Name
+       patches/trailer - trailer of a patch description
+
+Description
+    Developer's Certificate of Origin
+       Sign your patch with "Signed-off-by:".  Read about the
+       "Developer's Certificate of Origin" at
+       <https://www.kernel.org/doc/Documentation/process/submitting-patches.rst>.
+       When appropriate, other tags documented in that file, such as
+       "Reported-by:", "Reviewed-by:", "Acked-by:", and "Suggested-by:"
+       can be added to the patch.  We use "Co-authored-by:" instead of
+       "Co-developed-by:".  Example:
+
+               Signed-off-by: Alejandro Colomar <alx@kernel.org>