Skip to content

Commit

Permalink
DOC redirect to GitHub issues & PR instead of mailing list when it co…
Browse files Browse the repository at this point in the history
…mes to contribution (#30177)

Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent b4eef25 commit d3e86ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/developers/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There are many ways to contribute to scikit-learn, with the most common ones
being contribution of code or documentation to the project. Improving the
documentation is no less important than improving the library itself. If you
find a typo in the documentation, or have made improvements, do not hesitate to
send an email to the mailing list or preferably submit a GitHub pull request.
create a GitHub issue or preferably submit a GitHub pull request.
Full documentation can be found under the doc/ directory.

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

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

0 comments on commit d3e86ff

Please sign in to comment.