@@ -25,6 +25,19 @@ about the code, what makes for good documentation or a blog post, how to get inv
25
25
in community work, or get "pre-review" on your PR.
26
26
27
27
28
+ .. _new_contributors :
29
+
30
+ Issues for New Contributors
31
+ ---------------------------
32
+
33
+ New contributors should look for the following tags when looking for issues.
34
+ We strongly recommend that new contributors tackle issues labeled
35
+ `good first issue <https://github.com/matplotlib/matplotlib/labels/good%20first%20issue >`_
36
+ as they are easy, well documented issues, that do not require an understanding of
37
+ the different submodules of Matplotlib.
38
+ This helps the contributor become familiar with the contribution
39
+ workflow, and for the core devs to become acquainted with the contributor.
40
+
28
41
.. _submitting-a-bug-report :
29
42
30
43
Submitting a bug report
@@ -218,20 +231,6 @@ tools:
218
231
219
232
220
233
221
- .. _new_contributors :
222
-
223
- Issues for New Contributors
224
- ---------------------------
225
-
226
- New contributors should look for the following tags when looking for issues.
227
- We strongly recommend that new contributors tackle issues labeled
228
- `good first issue <https://github.com/matplotlib/matplotlib/labels/good%20first%20issue >`_
229
- as they are easy, well documented issues, that do not require an understanding of
230
- the different submodules of Matplotlib.
231
- This helps the contributor become familiar with the contribution
232
- workflow, and for the core devs to become acquainted with the contributor;
233
- besides which, we frequently underestimate how easy an issue is to solve!
234
-
235
234
236
235
.. _contributing_documentation :
237
236
0 commit comments