mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix punctuation around issue reporting link (#54295)
Figure out how to format the release announcement so a link isn't directly followed by a period which would hinder cutand paste but uses proper grammar and punctuation.
This commit is contained in:
parent
5feadbef4a
commit
8dd46d6f95
1 changed files with 8 additions and 1 deletions
|
@ -96,7 +96,14 @@ https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_{{ latest_ve
|
||||||
|
|
||||||
|
|
||||||
{% filter wordwrap %}
|
{% filter wordwrap %}
|
||||||
If you discover any errors or if any of your working playbooks break when you upgrade to {{ latest_ver }}, please report the regression via https://github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't.
|
If you discover any errors or if any of your working playbooks break when you upgrade to {{ latest_ver }}, please use the following link to report the regression:
|
||||||
|
{% endfilter %}
|
||||||
|
|
||||||
|
|
||||||
|
https://github.com/ansible/ansible/issues/new/choose
|
||||||
|
|
||||||
|
{% filter wordwrap %}
|
||||||
|
In your issue, be sure to mention the Ansible version that works and the one that doesn't.
|
||||||
{% endfilter %}
|
{% endfilter %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue