File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,14 @@ in community work, or get "pre-review" on your PR.
30
30
Issues for New Contributors
31
31
---------------------------
32
32
33
- New contributors should look for the following tags when looking for issues.
34
- We strongly recommend that new contributors tackle issues labeled
33
+ While any contributions are welcome, we have marked some issues as
34
+ particularly suited for new contributors by the label
35
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.
36
+ These are well documented issues, that do not require a deep understanding of
37
+ the internals of Matplotlib. The issues may additionally be tagged with a
38
+ difficulty. ``Difficulty: Easy `` is suited for people with little Python experience.
39
+ ``Difficulty: Medium `` and ``Difficulty: Hard `` are not trivial to solve and
40
+ require more thought and programming experience.
40
41
41
42
.. _submitting-a-bug-report :
42
43
You can’t perform that action at this time.
0 commit comments