Merge pull request #2488 from nicoddemus/issue-links-changelog

Add issue links in the CHANGELOG entries
This commit is contained in:
Ronny Pfannschmidt 2017-06-14 10:58:59 +02:00 committed by GitHub
commit 31b971d79d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category]|dictsort(by='value') %}
- {{ 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 %}
{% endfor %}