From 1ac2858b5a3bf41747e6b54ea147059f85aae918 Mon Sep 17 00:00:00 2001 From: bylerbk Date: Thu, 11 Mar 2021 14:11:04 -0500 Subject: [PATCH] Update developing_modules_general.rst (#73805) ##### SUMMARY ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- docs/docsite/rst/dev_guide/developing_modules_general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_general.rst b/docs/docsite/rst/dev_guide/developing_modules_general.rst index d561c6d6e6c..58d602a1e7b 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general.rst @@ -196,7 +196,7 @@ test/units/modules/.../test/my_test.py`` Contributing back to Ansible ============================ -If you would like to contribute to ``ansible-base`` by adding a new feature or fixing a bug, `create a fork `_ of the ansible/ansible repository and develop against a new feature branch using the ``devel`` branch as a starting point. When you you have a good working code change, you can submit a pull request to the Ansible repository by selecting your feature branch as a source and the Ansible devel branch as a target. +If you would like to contribute to ``ansible-base`` by adding a new feature or fixing a bug, `create a fork `_ of the ansible/ansible repository and develop against a new feature branch using the ``devel`` branch as a starting point. When you have a good working code change, you can submit a pull request to the Ansible repository by selecting your feature branch as a source and the Ansible devel branch as a target. If you want to contribute a module to an :ref:`Ansible collection `, review our :ref:`submission checklist `, :ref:`programming tips `, and :ref:`strategy for maintaining Python 2 and Python 3 compatibility `, as well as information about :ref:`testing ` before you open a pull request.