Skip to content

DOC Update note for code contribution #12917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions doc/developers/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,13 @@ Contributing code

.. note::

To avoid duplicating work, it is highly advised that you contact the
developers on the mailing list before starting work on a non-trivial feature.

https://mail.python.org/mailman/listinfo/scikit-learn
To avoid duplicating work, it is highly advised that you search through the
`issue tracker <https://github.com/scikit-learn/scikit-learn/issues>`_ and
the `PR list <https://github.com/scikit-learn/scikit-learn/pulls>`_.
If in doubt about duplicated work, or if you want to work on a non-trivial
feature, it's recommended to first open an issue in
the `issue tracker <https://github.com/scikit-learn/scikit-learn/issues>`_
to get some feedbacks from core developers.

How to contribute
-----------------
Expand Down