8000 DOC redirect to GitHub issues & PR instead of mailing list when it co… · scikit-learn/scikit-learn@d3e86ff · GitHub
[go: up one dir, main page]

Skip to content

Commit d3e86ff

Browse files
MarieSacksickglemaitreogrisel
authored
DOC redirect to GitHub issues & PR instead of mailing list when it comes to contribution (#30177)
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent b4eef25 commit d3e86ff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/developers/contributing.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There are many ways to contribute to scikit-learn, with the most common ones
5151
being contribution of code or documentation to the project. Improving the
5252
documentation is no less important than improving the library itself. If you
5353
find a typo in the documentation, or have made improvements, do not hesitate to
54-
send an email to the mailing list or preferably submit a GitHub pull request.
54+
create a GitHub issue or preferably submit a GitHub pull request.
5555
Full documentation can be found under the doc/ directory.
5656

5757
But there are many other ways to help. In particular helping to
@@ -345,8 +345,10 @@ The next steps now describe the process of modifying code and submitting a PR:
345345
12. Follow `these
346346
<https://help.github.com/articles/creating-a-pull-request-from-a-fork>`_
347347
instructions to create a pull request from your fork. This will send an
348-
email to the committers. You may want to consider sending an email to the
349-
mailing list for more visibility.
348+
notification to potential reviewers. You may want to consider sending an message to
349+
the `discord <https://discord.com/invite/h9qyrK8Jc8>`_ in the development
350+
channel for more visibility if your pull request does not receive attention after
351+
a couple of days (instant replies are not guaranteed though).
350352

351353
It is often helpful to keep your local feature branch synchronized with the
352354
latest changes of the main scikit-learn repository:

0 commit comments

Comments
 (0)
0