From 950ff6bce60eff99094325e1fd9ea8aaf3fe0762 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 25 May 2018 21:50:44 -0700 Subject: Move CONTRIBUTING.md to the .github directory. --- .github/CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/CONTRIBUTING.md (limited to '.github/CONTRIBUTING.md') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000000..6b00ba4cd5 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# WELCOME TO ANSIBLE GITHUB + +Hi! Nice to see you here! + +## QUESTIONS ? + +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. + +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. + +## CONTRIBUTING ? + +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. + +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. + +## BUG TO REPORT ? + +First and foremost, also check the [community guide](https://docs.ansible.com/ansible/latest/community/index.html). + +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. + +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: + +- https://github.com/ansible/ansible/releases +- https://github.com/ansible/ansible/archive/devel.tar.gz + +Thanks! -- cgit v1.2.1