From: Alejandro Colomar Date: Sun, 8 Feb 2026 16:36:12 +0000 (+0100) Subject: CONTRIBUTING.d/patches/{description,trailer}: Split trailer into separate file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e024f32bab26f14b0b40239a2e0fb30f2d78deb0;p=thirdparty%2Fman-pages.git CONTRIBUTING.d/patches/{description,trailer}: Split trailer into separate file Signed-off-by: Alejandro Colomar --- diff --git a/CONTRIBUTING.d/patches/description b/CONTRIBUTING.d/patches/description index 73b603bf3..58c884590 100644 --- a/CONTRIBUTING.d/patches/description +++ b/CONTRIBUTING.d/patches/description @@ -46,12 +46,4 @@ Description Trailer - Sign your patch with "Signed-off-by:". Read about the - "Developer's Certificate of Origin" at - . - 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 + See . diff --git a/CONTRIBUTING.d/patches/trailer b/CONTRIBUTING.d/patches/trailer new file mode 100644 index 000000000..51950f5bb --- /dev/null +++ b/CONTRIBUTING.d/patches/trailer @@ -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 + . + 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