@@ -36,9 +36,10 @@ works, technical questions about the code, what makes for good documentation
36
36
or a blog post, how to get involved in community work, or get
37
37
"pre-review" on your PR.
38
38
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.
42
43
43
44
New Contributors meeting
44
45
------------------------
@@ -49,29 +50,29 @@ Among our attendees are fellow new contributors, as well as maintainers, and
49
50
veteran contributors, who are keen to support onboarding of new folks and
50
51
share their experience. You can find our community calendar link at the
51
52
`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!
59
61
60
62
.. _new_contributors :
61
63
62
64
Issues for new contributors
63
65
---------------------------
64
66
65
67
While 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:
75
76
76
77
- The issue is in areas of the code base which have more interdependencies,
77
78
or legacy code.
@@ -617,4 +618,3 @@ example code you can load it into a file handle with::
617
618
618
619
import matplotlib.cbook as cbook
619
620
fh = cbook.get_sample_data('mydata.dat')
620
-
0 commit comments