diff --git a/doc/developers/contributing.rst b/doc/developers/contributing.rst index 3ce7907947f7a..80ac2c4d9ff02 100644 --- a/doc/developers/contributing.rst +++ b/doc/developers/contributing.rst @@ -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 `_ and + the `PR list `_. + 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 `_ + to get some feedbacks from core developers. How to contribute -----------------