]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING.d/patches/patches: Patches should contain a description.
authorAlejandro Colomar <alx@kernel.org>
Wed, 6 Nov 2024 22:32:51 +0000 (23:32 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 6 Nov 2024 22:40:20 +0000 (23:40 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
CONTRIBUTING.d/patches/patches

index b8c30498a6841cd2ec2dbcae71597902e265c506..cc033bb94b7d6c1d988ad4405bf5b0f6fcbcc2e6 100644 (file)
@@ -12,3 +12,7 @@ Description
        a cover letter that gives an overview of all of the patches, and
        each patch should be a reply to the cover-letter mail.  We
        recommend using git-format-patch(1) for preparing the patches.
+
+       Patches should contain a description alongside the diff.  A diff
+       without a description is mostly useless.  See
+       <CONTRIBUTING.d/patches/description>.