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

Skip to content

Commit 6775b2d

Browse files
committed
DOC: Try to fix linting issue in triage.rst
1 parent 8528a0d commit 6775b2d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

doc/devel/triage.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ important tasks:
8686
* **invite contributors to engage with the community** if the issue requires
8787
more information or discussion. These discussions can take place in the
8888
`weekly community meetings <https://scientific-python.org/calendars>`__, or
89-
on `discourse <https://discourse.matplotlib.org>`_.
89+
on `discourse <https://discourse.matplotlib.org>`__.
9090

9191
.. topic:: Closing issues: a tough call
9292

@@ -112,8 +112,9 @@ The following workflow is a good way to approach issue triaging:
112112
#. Is this a usage question?
113113

114114
If so, close it with a polite message, point the reporter to use
115-
`discourse <https://discourse.matplotlib.org>`_ or Stack Overflow instead and
116-
use the `community support <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22Community+support%22>`_
115+
`discourse <https://discourse.matplotlib.org>`__ or Stack Overflow instead
116+
and use the
117+
`community support <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22Community+support%22>`__
117118
label, if you have the necessary permissions.
118119

119120
#. Is the necessary information provided?
@@ -168,14 +169,14 @@ The following workflow is a good way to approach issue triaging:
168169
slightly different example, add it to the original issue as a comment
169170
or an edit to the original post.
170171

171-
Label the closed issue with `status: duplicate <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22status%3A+duplicate%22>`_.
172+
Label the closed issue with `status: duplicate <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22status%3A+duplicate%22>`__.
172173

173174
#. Make sure that the title accurately reflects the issue. If you have the
174175
necessary permissions edit it yourself if it's not clear.
175176

176-
#. Add the relevant labels, such as `Documentation <https://github.com/matplotlib/matplotlib/labels?q=documentation>`_
177-
when the issue is about documentation, `status: confirmed bug <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22status%3A+confirmed+bug%22>`_
178-
if it is clearly a bug, `New feature <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22New+feature%22>`_
177+
#. Add the relevant labels, such as `Documentation <https://github.com/matplotlib/matplotlib/labels?q=documentation>`__
178+
when the issue is about documentation, `status: confirmed bug <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22status%3A+confirmed+bug%22>`__
179+
if it is clearly a bug, `New feature <https://github.com/matplotlib/matplotlib/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22New+feature%22>`__
179180
if it is a new feature request, etc.
180181

181182
An additional useful step can be to tag the corresponding module e.g.

0 commit comments

Comments
 (0)