Fix list formatting (#77354)

pull/77439/head
Christian Adamini 4 years ago committed by GitHub
parent 87a8fedd94
commit e918cfa588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,17 +38,15 @@ If you find a bug, open an issue using the `issue template <https://github.com/a
Fill out the issue template as completely and as accurately as possible. Include:
* your Ansible version
* the expected behavior
* the current behavior and why you think it is a bug
* what you've tried including the exact commands you were using or tasks you are running
* any relevant configurations and the components you used
* any relevant output plus ``ansible -vvvv`` (debugging) output
* the steps to reproduce the bug
* Use a minimal reproducible example and comments describing examples
* Preserve formatting using `code blocks <https://help.github.com/articles/creating-and-highlighting-code-blocks/>`_ when sharing YAML in playbooks.
For multiple-file content, use gist.github.com, which is more durable than pastebin content.
* your Ansible version
* the expected behavior and what you've tried (including the exact commands you were using or tasks you are running)
* the current behavior and why you think it is a bug
* the steps to reproduce the bug
* a minimal reproducible example and comments describing examples
* any relevant configurations and the components you used
* any relevant output plus ``ansible -vvvv`` (debugging) output
Make sure to preserve formatting using `code blocks <https://help.github.com/articles/creating-and-highlighting-code-blocks/>`_ when sharing YAML in playbooks. For multiple-file content, use gist.github.com, which is more durable than pastebin content.
.. _request_features:

Loading…
Cancel
Save