We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d7c26 commit 536f172Copy full SHA for 536f172
changelog/_template.rst
@@ -13,7 +13,7 @@
13
14
{% if definitions[category]['showcontent'] %}
15
{% for text, values in sections[section][category]|dictsort(by='value') %}
16
-- {{ text }}{% if category != 'vendor' %} ({{ values|sort|join(', ') }}){% endif %}
+- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} <https://github.com/pytest-dev/pytest/issues/{{ values[0][1:] }}>`_){% endif %}
17
18
19
{% endfor %}
0 commit comments