Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8d94c8

Browse files
authored
Add language about not assigning issues (#21276)
* Add language about not assigning issues This is a combination of @anntzer and @jklymak's language on issues not being assigned, though I put it under "new contributor issues" * https://gitter.im/matplotlib/matplotlib?at=615aca48fb3dcd4e8808f439 * https://gitter.im/matplotlib/matplotlib?at=615acbf9f2cedf67f96662fd * linewrap * linewrap
1 parent d81e8bf commit e8d94c8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/devel/contributing.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ difficulty. ``Difficulty: Easy`` is suited for people with little Python experie
4040
``Difficulty: Medium`` and ``Difficulty: Hard`` are not trivial to solve and
4141
require more thought and programming experience.
4242

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+
4353
.. _submitting-a-bug-report:
4454

4555
Submitting a bug report
@@ -73,7 +83,7 @@ If you are reporting a bug, please do your best to include the following:
7383
>>> platform.python_version()
7484
'3.9.2'
7585

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
7787
use to organize this information.
7888

7989
Thank you for your help in keeping bug reports complete, targeted and descriptive.

0 commit comments

Comments
 (0)