@@ -6,19 +6,20 @@ Contributing
66
77This project is a community effort, and everyone is welcome to
88contribute. Everyone within the community
9- is expected to abide by our `code of conduct <../../CODE_OF_CONDUCT.md >`_.
9+ is expected to abide by our
10+ `code of conduct <https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md >`_.
1011
1112The project is hosted on
1213https://github.com/matplotlib/matplotlib
1314
1415Contributor Incubator
1516=====================
1617
17- If you are interested in becoming a regular contributor to Matplotlib, but
18- don't know where to start or feel insecure about it, you can join our non-public
18+ If you are interested in becoming a regular contributor to Matplotlib, but
19+ don't know where to start or feel insecure about it, you can join our non-public
1920communication channel for new contributors. To do so, please go to `gitter
2021<https://gitter.im/matplotlib/matplotlib> `_ and ask to be added to '#incubator'.
21- This is a private gitter room moderated by core Matplotlib developers where you can
22+ This is a private gitter room moderated by core Matplotlib developers where you can
2223get guidance and support for your first few PRs. This is a place you can ask questions
2324about anything: how to use git, github, how our PR review process works, technical questions
2425about the code, what makes for good documentation or a blog post, how to get involved involved
@@ -115,7 +116,7 @@ A brief overview is:
115116
116117 git clone https://github.com/<YOUR GITHUB USERNAME>/matplotlib.git
117118
118- 4. Enter the directory and install the local version of Matplotlib.
119+ 4. Enter the directory and install the local version of Matplotlib.
119120 See ref`<installing_for_devs>` for instructions
120121
1211225. Create a branch to hold your changes::
0 commit comments