Hi, There are plenty of good documents to get started on contributing to Ansible
http://docs.ansible.com/ansible/latest/dev_guide/index.html I'd start by looking at this, it will show you how to get started with your development environment http://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html you may be asked to rebase your fork to make sure it's up to date, here is how you can do it. https://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository http://docs.ansible.com/ansible/latest/dev_guide/developing_rebasing.html Common pitfalls http://docs.ansible.com/ansible/latest/dev_guide/developing_modules_best_practices.html Python3 support http://docs.ansible.com/ansible/latest/dev_guide/developing_python3.html The style guide exists. It's layout/linking could use some work. http://docs.ansible.com/ansible/latest/dev_guide/style_guide/index.html https://github.com/ansible/community - There are also particular community focus groups that will have extra information related to a particular group of modules. #ansible-dev on IRC or the particular workgroup channel, e.g. #ansible-aws can also be helpful. On 18 September 2017 at 02:12, akshat ahuja <[email protected]> wrote: > > > - I am a student and I am really interested in ansible and want to > contribute for it. > > > - But the problem is that i have never contributed to Open Source, but > I am willing to, Can somebody please mentor me. > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/ansible-project/e3e2638b-e8f5-4897-a8f9-ca410e1a943d%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/e3e2638b-e8f5-4897-a8f9-ca410e1a943d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2Bemtqsf_sv3SUsiToeEDYOyz%3DO1Y5zfvSUxwRiDWrtbe%3DnfPA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
