Skip to content

Commit eb943bd

Browse files
committed
Avoid attribution in NEWS prompt example
1 parent 19fa217 commit eb943bd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

templates/add_blurb.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,9 @@ <h5 class="modal-title" id="aiPromptModalLabel">Prompt for AI to write NEWS entr
141141
"",
142142
"The contents of a `NEWS` file should be valid reStructuredText. An 80 character column width should be used. There is no indentation or leading marker in the file, for example `-`. There is also no need to start the entry with the issue number since it is part of the file name. You can use inline markups too. Here is an example of a `NEWS` entry:",
143143
"",
144-
"Do not add `Patch by`, `Patched by`, or `Contributed by` attribution unless the existing issue or pull request clearly requires it and the contributor name is reliable.",
145-
"",
146144
"```rst",
147145
"Fix warning message when :func:`os.chdir` fails inside",
148-
":func:`test.support.temp_cwd`. Contributed by Chris Jerdonek.",
146+
":func:`test.support.temp_cwd`.",
149147
"```",
150148
"",
151149
"The inline Sphinx roles like `:func:` can be used to help readers find more information. The user can build HTML and verify that the link target is appropriate by using `make html`."

0 commit comments

Comments
 (0)