@@ -6,19 +6,20 @@ Contributing
6
6
7
7
This project is a community effort, and everyone is welcome to
8
8
contribute. 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 >`_.
10
11
11
12
The project is hosted on
12
13
https://github.com/matplotlib/matplotlib
13
14
14
15
Contributor Incubator
15
16
=====================
16
17
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
19
20
communication channel for new contributors. To do so, please go to `gitter
20
21
<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
22
23
get guidance and support for your first few PRs. This is a place you can ask questions
23
24
about anything: how to use git, github, how our PR review process works, technical questions
24
25
about the code, what makes for good documentation or a blog post, how to get involved involved
@@ -115,7 +116,7 @@ A brief overview is:
115
116
116
117
git clone https://github.com/<YOUR GITHUB USERNAME>/matplotlib.git
117
118
118
- 4. Enter the directory and install the local version of Matplotlib.
119
+ 4. Enter the directory and install the local version of Matplotlib.
119
120
See ref`<installing_for_devs>` for instructions
120
121
121
122
5. Create a branch to hold your changes::
0 commit comments