Skip to content

Backport PR #19661 on branch v3.4.x (Fix CoC link) #19669

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
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: 6 additions & 5 deletions doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ Contributing

This project is a community effort, and everyone is welcome to
contribute. Everyone within the community
is expected to abide by our `code of conduct <../../CODE_OF_CONDUCT.md>`_.
is expected to abide by our
`code of conduct <https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md>`_.

The project is hosted on
https://github.com/matplotlib/matplotlib

Contributor Incubator
=====================

If you are interested in becoming a regular contributor to Matplotlib, but
don't know where to start or feel insecure about it, you can join our non-public
If you are interested in becoming a regular contributor to Matplotlib, but
don't know where to start or feel insecure about it, you can join our non-public
communication channel for new contributors. To do so, please go to `gitter
<https://gitter.im/matplotlib/matplotlib>`_ and ask to be added to '#incubator'.
This is a private gitter room moderated by core Matplotlib developers where you can
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, what makes for good documentation or a blog post, how to get involved involved
Expand Down Expand Up @@ -115,7 +116,7 @@ A brief overview is:

git clone https://github.com/<YOUR GITHUB USERNAME>/matplotlib.git

4. Enter the directory and install the local version of Matplotlib.
4. Enter the directory and install the local version of Matplotlib.
See ref`<installing_for_devs>` for instructions

5. Create a branch to hold your changes::
Expand Down