Skip to content

Commit a89131e

Browse files
committed
Editing issues for new contributors
1 parent 1073fb4 commit a89131e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

doc/devel/contributing.rst

+10-8
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ These are well documented issues, that do not require a deep understanding of
3838
the internals of Matplotlib. The issues may additionally be tagged with a
3939
difficulty. ``Difficulty: Easy`` is suited for people with little Python experience.
4040
``Difficulty: Medium`` and ``Difficulty: Hard`` require more programming experience.
41-
This could be for a variety of reasons, among them:
42-
- The issue might be in areas of the code base which have more interdependencies,
43-
or legacy code.
44-
- It could involve code for which the current maintainers can't offer much guidance,
45-
or expertise.
46-
- It could also be 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.
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.
4951

5052
In general, the Matplotlib project does not assign issues. Issues are
5153
"assigned" or "claimed" by opening a PR; there is no other assignment

0 commit comments

Comments
 (0)