From: Carl Meyer Date: Sun, 9 Oct 2022 22:29:25 +0000 (+0200) Subject: Update whatsnew instructions for GitHub (#98124) X-Git-Tag: v3.12.0a1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1879690aa0498ffc4427c95aed94e1ca629e072;p=thirdparty%2FPython%2Fcpython.git Update whatsnew instructions for GitHub (#98124) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 903533261006..f8122ed1dc44 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -37,11 +37,11 @@ * Credit the author of a patch or bugfix. Just the name is sufficient; the e-mail address isn't necessary. - * It's helpful to add the bug/patch number as a comment: + * It's helpful to add the issue number as a comment: XXX Describe the transmogrify() function added to the socket module. - (Contributed by P.Y. Developer in :issue:`12345`.) + (Contributed by P.Y. Developer in :gh:`12345`.) This saves the maintainer the effort of going through the VCS log when researching a change.