8000 DOC: contributor incubator by tacaswell · Pull Request #19125 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: contributor incubator #19125

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 1 commit into from
Dec 16, 2020
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
16 changes: 16 additions & 0 deletions doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://gitter.im/matplotlib/matplotlib>`_ 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:

Expand Down
0