We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf5f7b commit bc12737Copy full SHA for bc12737
docs/contributing/core/index.md
@@ -279,8 +279,9 @@ New change log entries should be added at the top of {file}`CHANGES.rst`.
279
## Create a pull request
280
281
After you have completed all the foregoing steps, push your changes to a remote branch and create a pull request in GitHub.
282
-
283
-If you are working from an issue, return to the original issue, and add a link to the pull request.
+If you are working from an issue, include "Fixes #ISSUE-NUMBER" in the description.
+This enables automatic closing of the related issue when the pull request is merged.
284
+This also creates a hyperlink to the original issue for easy reference.
285
286
287
## Jenkins and mr.roboto
0 commit comments