Skip to content

Commit 31b971d

Browse files
Merge pull request #2488 from nicoddemus/issue-links-changelog
Add issue links in the CHANGELOG entries
2 parents 4e57a39 + 536f172 commit 31b971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
{% if definitions[category]['showcontent'] %}
1515
{% for text, values in sections[section][category]|dictsort(by='value') %}
16-
- {{ text }}{% if category != 'vendor' %} ({{ values|sort|join(', ') }}){% endif %}
16+
- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} <https://github.com/pytest-dev/pytest/issues/{{ values[0][1:] }}>`_){% endif %}
1717

1818

1919
{% endfor %}

0 commit comments

Comments
 (0)