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: