Skip to content

Commit f100262

Browse files
Remove Misc/ACKS mentions
1 parent 40019d0 commit f100262

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

getting-started/git-boot-camp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ When a pull request submitter has enabled the `Allow edits from maintainers`_
611611
option, Python Core Developers may decide to make any remaining edits needed
612612
prior to merging themselves, rather than asking the submitter to do them. This
613613
can be particularly appropriate when the remaining changes are bookkeeping
614-
items like updating ``Misc/ACKS``.
614+
items.
615615

616616
.. _Allow edits from maintainers: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork
617617

getting-started/pull-request-lifecycle.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,7 @@ Crediting
630630
=========
631631

632632
Non-trivial contributions are credited in the ``Misc/ACKS`` file (and, most
633-
often, in a contribution's news entry as well). You may be
634-
asked to make these edits on the behalf of the core team member who
635-
accepts your pull request.
633+
often, in a contribution's news entry as well).
636634

637635
.. _issue tracker: https://github.com/python/cpython/issues
638636
.. _Core Development Discourse category: https://discuss.python.org/c/core-dev/23

triage/triaging.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ you can help by making sure the pull request:
9292
* includes proper tests
9393
* includes proper documentation changes
9494
* includes a :ref:`NEWS entry <news-entry>` (if needed)
95-
* includes the author in ``Misc/ACKS``, either already or the pull request adds them
9695
* doesn't have conflicts with the ``main`` branch
9796
* :ref:`doesn't have failing CI checks <keeping-ci-green>`
9897

0 commit comments

Comments
 (0)