CONTRIBUTING.md
a4713db3
 # WELCOME TO ANSIBLE GITHUB
9a0b09f7
 
9e9e0fb0
 Hi! Nice to see you here!
 
a4713db3
 ## QUESTIONS ?
cc30eb74
 
c262dbfd
 Please see the [community guide](https://docs.ansible.com/ansible/latest/community/index.html) for information on how to ask questions on the [mailing lists](https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information) and IRC.
cc30eb74
 
a4713db3
 The GitHub issue tracker is not the best place for questions for various reasons, but both IRC and the mailing list are very helpful places for those things, as the community page explains best.
cc30eb74
 
a4713db3
 ## CONTRIBUTING ?
2763fa00
 
7cf776ca
 By contributing you agree that these contributions are your own (or approved by your employer) and you grant a full, complete, irrevocable copyright license to all users and developers of the project, present and future, pursuant to the license of the project.
a478e5c9
 
7cf776ca
 Please see the [community guide](https://docs.ansible.com/ansible/latest/community/index.html) for information regarding the contribution process. Important license agreement information is also included on that page.
086400cd
 
a4713db3
 ## BUG TO REPORT ?
 
c262dbfd
 First and foremost, also check the [community guide](https://docs.ansible.com/ansible/latest/community/index.html).
a4713db3
 
7cf776ca
 You can report bugs or make enhancement requests at the [Ansible GitHub issue page](http://github.com/ansible/ansible/issues/new/choose) by filling out the issue template that will be presented.
086400cd
 
a4713db3
 Also please make sure you are testing on the latest released version of Ansible or the development branch. You can find the latest releases and development branch at:
086400cd
 
a4713db3
 - https://github.com/ansible/ansible/releases
 - https://github.com/ansible/ansible/archive/devel.tar.gz
 
 Thanks!