docs/manual: 'Fixes' tag needs a colon
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 12 Jul 2019 09:06:41 +0000 (11:06 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 14 Jul 2019 10:13:56 +0000 (12:13 +0200)
Apparently, patchwork only recognizes the 'Fixes' tag if it is followed
by a colon. So make sure the manual documents it as such.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/contribute.txt

index 868600d5d068ecfdfa7101f06ff5b7c6ae577be1..f339ca50b8c9347fc7ab61c0743db9db11e9be5d 100644 (file)
@@ -73,7 +73,7 @@ basically two things that can be done:
     In the commit message of a patch fixing an autobuild failure, add a
     reference to the build result directory, as follows:
 ---------------------
-Fixes http://autobuild.buildroot.org/results/51000a9d4656afe9e0ea6f07b9f8ed374c2e4069
+Fixes: http://autobuild.buildroot.org/results/51000a9d4656afe9e0ea6f07b9f8ed374c2e4069
 ---------------------
 
 === Reviewing and testing patches