@@ -40,6 +40,16 @@ difficulty. ``Difficulty: Easy`` is suited for people with little Python experie
40
40
``Difficulty: Medium `` and ``Difficulty: Hard `` are not trivial to solve and
41
41
require more thought and programming experience.
42
42
43
+ In general, the Matplotlib project does not assign issues. Issues are
44
+ "assigned" or "claimed" by opening a PR; there is no other assignment
45
+ mechanism. If you have opened such a PR, please comment on the issue thread to
46
+ avoid duplication of work. Please check if there is an existing PR for the
47
+ issue you are addressing. If there is, try to work with the author by
48
+ submitting reviews of their code or commenting on the PR rather than opening
49
+ a new PR; duplicate PRs are subject to being closed. However, if the existing
50
+ PR is an outline, unlikely to work, or stalled, and the original author is
51
+ unresponsive, feel free to open a new PR referencing the old one.
52
+
43
53
.. _submitting-a-bug-report :
44
54
45
55
Submitting a bug report
@@ -73,7 +83,7 @@ If you are reporting a bug, please do your best to include the following:
73
83
>>> platform.python_version()
74
84
'3.9.2'
75
85
76
- We have preloaded the issue creation page with a Markdown template that you can
86
+ We have preloaded the issue creation page with a Markdown form that you can
77
87
use to organize this information.
78
88
79
89
Thank you for your help in keeping bug reports complete, targeted and descriptive.
0 commit comments