diff mbox series

docs/manual: 'Fixes' tag needs a colon

Message ID 20190712090641.2471-1-arnout@mind.be
State Accepted
Commit e875c2ffd2f23413e2c924a450c745aa7c785677
Headers show
Series docs/manual: 'Fixes' tag needs a colon | expand

Commit Message

Arnout Vandecappelle July 12, 2019, 9:06 a.m. UTC
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>
---
 docs/manual/contribute.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 14, 2019, 10:14 a.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > 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>

Committed, thanks.
Peter Korsgaard July 31, 2019, 9:43 p.m. UTC | #2
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > 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>

Committed to 2019.02.x and 2019.05.x, thanks.
diff mbox series

Patch

diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index 868600d5d0..f339ca50b8 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -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