diff --git a/doc/devel/contributing.rst b/doc/devel/contributing.rst index f9a5978a9517..78370d115c29 100644 --- a/doc/devel/contributing.rst +++ b/doc/devel/contributing.rst @@ -11,6 +11,22 @@ is expected to abide by our `code of conduct <../../CODE_OF_CONDUCT.md>`_. The project is hosted on https://github.com/matplotlib/matplotlib +Contributor Incubator +===================== + +Contributing to a major open source project can be intimidating! There +may be technical (git / github), process (code review!), or impostor +syndrome (your changes will be downloaded over 10M times a month) +related barriers to YOU feeling like you can contribute to Matplotilb. +If you are interested in becoming a regular contributor to Matplotlib, +but are not sure where to start, please go to `gitter +`_ and asked to be added to +``'#incubator'``. This is a private gitter room moderated by core +Matplotlib developers where you can get guidance and support for your +first few PRs. This is a place you can ask questions about anything: +how to use git, github, how our PR review process works, technical questions +about the code, or get "pre-review" on your PR. + .. _submitting-a-bug-report: