add link in README (#55902)

* adds link in README to dev env setup
This commit is contained in:
Matthew Davis 2019-05-02 01:13:20 +10:00 committed by Alicia Cozine
parent d9a1c8954f
commit 281cfcddb1

View file

@ -50,7 +50,7 @@ Get Involved
code to Ansible. code to Ansible.
* Join a `Working Group * Join a `Working Group
<https://github.com/ansible/community/wiki>`_, an organized community devoted to a specific technology domain or platform. <https://github.com/ansible/community/wiki>`_, an organized community devoted to a specific technology domain or platform.
* Submit proposed a code update through a pull request to the ``devel`` branch. * Submit a proposed code update through a pull request to the ``devel`` branch.
* Talk to us before making larger changes * Talk to us before making larger changes
to avoid duplicate efforts. This not only helps everyone to avoid duplicate efforts. This not only helps everyone
know what is going on, it also helps save time and effort if we decide know what is going on, it also helps save time and effort if we decide
@ -63,8 +63,8 @@ Branch Info
* The ``devel`` branch corresponds to the release actively under development. * The ``devel`` branch corresponds to the release actively under development.
* The ``stable-2.X`` branches correspond to stable releases. * The ``stable-2.X`` branches correspond to stable releases.
* For information about the active branches see the * Create a branch based on ``devel`` and set up a `dev environment <https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#common-environment-setup>`_ if you want to open a PR.
`Ansible release and maintenance <https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html>`_ page. * See the `Ansible release and maintenance <https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html>`_ page for information about active branches.
Roadmap Roadmap
======= =======