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.
2 parents 4e57a39 + 536f172 commit 31b971dCopy full SHA for 31b971d
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