From a2c8b03b46a5c3c4c1ceb357680db6ca17738229 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Sun, 13 Aug 2017 15:59:13 -0400 Subject: [PATCH] fix rst format errors making rstcheck fail (#28129) --- docs/docsite/rst/community/how_can_I_help.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/community/how_can_I_help.rst b/docs/docsite/rst/community/how_can_I_help.rst index 3c6036f6121..33d8551a612 100644 --- a/docs/docsite/rst/community/how_can_I_help.rst +++ b/docs/docsite/rst/community/how_can_I_help.rst @@ -32,11 +32,11 @@ All software has bugs, and Ansible is no exception. When you find a bug, you can If you should discover that the bug you're trying to file already exists in an issue, you can help by verifying the behavior of the reported bug with a comment in that issue, or by reporting any additional information. Review and submit pull requests ----------------------------- +------------------------------- As you become more familiar with how Ansible works, you may be able to fix issues or develop new features yourself. If you think you've got a solution to a bug you've found in Ansible, or if you've got a new feature that you've written and would like to share with millions of Ansible users, read all about the `Ansible development process ` to learn how to get your code accepted into Ansible. -Another good way to help is to review pull requests that other Ansible users have submitted. The Ansible community keeps a full list of `open pull requests by file `, so if there's a particular module or plug-in that particularly interests you, you can easily keep track of all the relevant new pull requests and provide testing or feedback. +Another good way to help is to review pull requests that other Ansible users have submitted. The Ansible community keeps a full list of `open pull requests by file `, so if there's a particular module or plug-in that particularly interests you, you can easily keep track of all the relevant new pull requests and provide testing or feedback. Become a module maintainer --------------------------