Skip to content

Commit d06c052

Browse files
Apply some Finnish wisdom
1 parent f100262 commit d06c052

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ Please be aware that our workflow does deviate slightly from the typical GitHub
1818
project. Details on how to properly submit a pull request are covered in
1919
[Lifecycle of a Pull Request](https://devguide.python.org/pullrequest/).
2020
We utilize various bots and status checks to help with this, so do follow the
21-
comments they leave and their "Details" links, respectively. The key points of
22-
our workflow that are not covered by a bot or status check are:
23-
24-
- All discussions that are not directly related to the code in the pull request
25-
should happen on the [issue tracker](https://devguide.python.org/tracker/)
26-
- Upon your first non-trivial pull request (which includes documentation changes),
27-
feel free to add yourself to [`Misc/ACKS`](https://github.com/python/cpython/blob/main/Misc/ACKS)
21+
comments they leave and their "Details" links, respectively. A key point of
22+
our workflow that is not covered by a bot or status check is that all
23+
discussions that are not directly related to the code in the pull request
24+
should happen on the [issue tracker](https://devguide.python.org/tracker/).
2825

2926

3027
## Setting Expectations

getting-started/pull-request-lifecycle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ it is warranted.
629629
Crediting
630630
=========
631631

632-
Non-trivial contributions are credited in the ``Misc/ACKS`` file (and, most
633-
often, in a contribution's news entry as well).
632+
Non-trivial contributions are often credited in What's New in Python
633+
and a contributions's news entry as well.
634634

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

0 commit comments

Comments
 (0)