From e918cfa588ff7b6c98c90fef2798250a26c94e01 Mon Sep 17 00:00:00 2001 From: Christian Adamini Date: Thu, 31 Mar 2022 21:09:43 +0200 Subject: [PATCH] Fix list formatting (#77354) --- .../community/reporting_bugs_and_features.rst | 20 +++++++++---------- 1 file 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 9eec5b7412b..49ba8ed595a 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 `_ 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 `_ when sharing YAML in playbooks. For multiple-file content, use gist.github.com, which is more durable than pastebin content. .. _request_features: