File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,17 @@ particularly suited for new contributors by the label
37
37
These are well documented issues, that do not require a deep understanding of
38
38
the internals of Matplotlib. The issues may additionally be tagged with a
39
39
difficulty. ``Difficulty: Easy `` is suited for people with little Python experience.
40
- ``Difficulty: Medium `` and ``Difficulty: Hard `` are not trivial to solve and
41
- require more thought and programming experience.
40
+ ``Difficulty: Medium `` and ``Difficulty: Hard `` require more programming experience.
41
+ This could be for a variety of reasons, among them, though not necessarily all at
42
+ the same time:
43
+
44
+ - The issue is in areas of the code base which have more interdependencies,
45
+ or legacy code.
46
+ - It has less clearly defined tasks, which require some independent
47
+ exploration, making suggestions, or follow-up discussions to clarify a good path
48
+ to resolve the issue.
49
+ - It involves Python features such as decorators and context managers, which
50
+ have subtleties due to our implementation decisions.
42
51
43
52
In general, the Matplotlib project does not assign issues. Issues are
44
53
"assigned" or "claimed" by opening a PR; there is no other assignment
You can’t perform that action at this time.
0 commit comments