Skip to content
Closed
Show file tree
Hide file tree
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
27 changes: 27 additions & 0 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,33 @@ usually a major and lengthy undertaking, it is recommended to start with
:ref:`known issues <new_contributors>`. Please do not contact the contributors
of scikit-learn directly regarding contributing to scikit-learn.

How can I be active within the community?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove this part.

The original issue only mentioned to add a link in the front page. Let's not add anything in the FAQ.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can be an active member of the Scikit-Learn community by `:ref:contributing` to
open issues, whether they're documentation improvements, code enhancements, or bug fixes.
Scikit-Learn often tags issues with “good first issue” or “help wanted,”
which are excellent starting points for new contributors.

Engaging in the `Discussions <https://github.com/scikit-learn/scikit-learn/discussions>`
forum is another valuable way to participate, where you can ask questions, share insights,
answer others' questions, and contribute ideas to help solve challenges together.
If you're new to contributing, joining discussions is a great way to learn about community
practices and see which areas align with your interests. Don’t hesitate to suggest ideas
or give feedback on proposed features; fresh perspectives are always welcome.

Additionally, reviewing and providing feedback on pull requests submitted by others is
a great way to support the maintainers and learn best practices. You don’t need to be an
expert—even small comments on code readability or documentation clarity can be valuable
and appreciated by other contributors.

For beginners, small contributions like fixing typos, clarifying documentation, or adding
examples are impactful ways to get started. Scikit-Learn also hosts occasional sprints and
community meetings, which are great opportunities to collaborate in real-time with other
contributors.

Don’t hesitate to contribute even small fixes or suggestions—every contribution helps
improve Scikit-Learn and strengthens the community!

Why is my pull request not getting any attention?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion doc/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h4 class="sk-landing-call-header">News</h4>
<div class="col-md-4">
<h4 class="sk-landing-call-header">Community</h4>
<ul class="sk-landing-call-list list-unstyled">
<li><strong>About us:</strong> See <a href="about.html#the-people-behind-scikit-learn">people</a> and <a href="{{ contributing_link }}" {{ contributing_attrs }}>contributing</a></li>
<li><strong>About us:</strong> See <a href="about.html#the-people-behind-scikit-learn">people</a>, <a href="{{ contributing_link }}" {{ contributing_attrs }}>contributing</a>, and <a href="https://github.com/scikit-learn/scikit-learn/discussions">discussing</a></li>
<li><strong>More Machine Learning:</strong> Find <a href="related_projects.html">related projects</a></li>
<li><strong>Questions?</strong> See <a href="faq.html">FAQ</a>, <a href="support.html">support</a>, and <a href="https://stackoverflow.com/questions/tagged/scikit-learn">stackoverflow</a></li>
<li><strong>Subscribe to the</strong> <a href="https://mail.python.org/mailman/listinfo/scikit-learn">mailing list</a></li>
Expand Down
Loading