@@ -36,9 +36,10 @@ works, technical questions about the code, what makes for good documentation
3636or a blog post, how to get involved in community work, or get
3737"pre-review" on your PR.
3838
39- To join, please go to our public `gitter <https://gitter
40- .im/matplotlib/matplotlib> `_ community channel, and ask to be added to
41- '#incubator'. One of our core developers will see your message and will add you.
39+ To join, please go to our public `gitter
40+ <https://gitter.im/matplotlib/matplotlib> `_ community channel, and ask to be
41+ added to '#incubator'. One of our core developers will see your message and will
42+ add you.
4243
4344New Contributors meeting
4445------------------------
@@ -49,29 +50,29 @@ Among our attendees are fellow new contributors, as well as maintainers, and
4950veteran contributors, who are keen to support onboarding of new folks and
5051share their experience. You can find our community calendar link at the
5152`Scientific Python website <https://scientific-python.org/calendars/ >`_, and
52- you can browse previous meeting notes on `github <https://github
53- .com/matplotlib/ProjectManagement/tree/master/new_contributor_meeting> `_. We
54- recommend joining the meeting to clarify any doubts, or lingering questions
55- you might have, and to get to know a few of the people behind the GitHub
56- handles 😉. You can reach out to @noatamir on `gitter <https://gitter
57- .im/matplotlib/matplotlib> `_. For any clarifications or suggestions. We <3
58- feedback!
53+ you can browse previous meeting notes on `github
54+ <https://github.com/matplotlib/ProjectManagement/tree/master/
55+ new_contributor_meeting> `_.
56+ We recommend joining the meeting to clarify any doubts, or lingering
57+ questions you might have, and to get to know a few of the people behind the
58+ GitHub handles 😉. You can reach out to @noatamir on `gitter
59+ <https://gitter.im/matplotlib/matplotlib> `_ for any clarifications or
60+ suggestions. We <3 feedback!
5961
6062.. _new_contributors :
6163
6264Issues for new contributors
6365---------------------------
6466
6567While any contributions are welcome, we have marked some issues as
66- particularly suited for new contributors by the label
67- `good first issue <https://github
68- .com/matplotlib/matplotlib/labels/good%20first%20issue> `_ These are well
69- documented issues, that do not require a deep understanding of the internals
70- of Matplotlib. The issues may additionally be tagged with a difficulty.
71- ``Difficulty: Easy `` is suited for people with little Python experience.
72- ``Difficulty: Medium `` and ``Difficulty: Hard `` require more programming
73- experience. This could be for a variety of reasons, among them, though not
74- necessarily all at the same time:
68+ particularly suited for new contributors by the label `good first issue
69+ <https://github.com/matplotlib/matplotlib/labels/good%20first%20issue> `_. These
70+ are well documented issues, that do not require a deep understanding of the
71+ internals of Matplotlib. The issues may additionally be tagged with a
72+ difficulty. ``Difficulty: Easy `` is suited for people with little Python
73+ experience. ``Difficulty: Medium `` and ``Difficulty: Hard `` require more
74+ programming experience. This could be for a variety of reasons, among them,
75+ though not necessarily all at the same time:
7576
7677- The issue is in areas of the code base which have more interdependencies,
7778 or legacy code.
@@ -617,4 +618,3 @@ example code you can load it into a file handle with::
617618
618619 import matplotlib.cbook as cbook
619620 fh = cbook.get_sample_data('mydata.dat')
620-
0 commit comments