summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/community
diff options
context:
space:
mode:
authorChristian Adamini <christian.adamini@invision.de>2022-03-31 21:09:43 +0200
committerGitHub <noreply@github.com>2022-03-31 15:09:43 -0400
commite918cfa588ff7b6c98c90fef2798250a26c94e01 (patch)
tree7d94d41af6ebe238f0f9372b0fb132996451ce7c /docs/docsite/rst/community
parent87a8fedd945fbec8b7b13664dd3522c4f526bfde (diff)
downloadansible-e918cfa588ff7b6c98c90fef2798250a26c94e01.tar.gz
Fix list formatting (#77354)
Diffstat (limited to 'docs/docsite/rst/community')
-rw-r--r--docs/docsite/rst/community/reporting_bugs_and_features.rst20
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/docsite/rst/community/reporting_bugs_and_features.rst b/docs/docsite/rst/community/reporting_bugs_and_features.rst
index 9eec5b7412..49ba8ed595 100644
--- a/docs/docsite/rst/community/reporting_bugs_and_features.rst
+++ b/docs/docsite/rst/community/reporting_bugs_and_features.rst
@@ -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: