Change wording of Going Further section (#35949)

* Change wording of Going Further section

The original wording was confusing with its non-devel branch part.
Made it much clearer for people to understand what to do.

Also removed the git command for creating branches, I believe a
develop should be aware of how basic git commands work.

* Edited for concision and clarity.

* Typo fix

* Typo fix
pull/36016/head
Rvgate 6 years ago committed by scottb
parent a9a7d15698
commit d5ae63c0ea

@ -291,15 +291,15 @@ test/units/modules/.../test/my_new_test_module.py``
Going Further Going Further
============= =============
If you are starting new development or fixing a bug, create a new branch: If you would like to contribute to the main Ansible repository
by adding a new feature or fixing a bug, `create a fork <https://help.github.com/articles/fork-a-repo/>`_
``$ git checkout -b my-new-branch``. of the Ansible repository and develop against a new feature
branch using the ``devel`` branch as a starting point.
If you are planning on contributing
back to the main Ansible repository, fork the Ansible repository into When you you have a good working code change,
your own GitHub account and develop against the new non-devel branch submit a pull request to the Ansible repository by selecting
in your fork. When you believe you have a good working code change, your feature branch as a source and the Ansible devel branch as
submit a pull request to the Ansible repository. a target.
If you want to submit a new module to the upstream Ansible repo, be sure If you want to submit a new module to the upstream Ansible repo, be sure
to run through sanity checks first. For example: to run through sanity checks first. For example:

Loading…
Cancel
Save