summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2016-03-23 15:32:29 +0100
committerDag Wieers <dag@wieers.com>2016-03-23 15:32:29 +0100
commita4713db3b41269a906e60b09eb841010929d20bd (patch)
tree66e3e3c236e08e2766d9476a0110a33483dd3394 /CONTRIBUTING.md
parente42bb8df6cd472b38725734cd2a0969c2f89b9a9 (diff)
downloadansible-a4713db3b41269a906e60b09eb841010929d20bd.tar.gz
Update CONTRIBUTING.md with more recent developments
The file no longer reflects the new way of working (but was referenced at the top of the "new issue" interface).
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md30
1 files changed, 16 insertions, 14 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 58f495cd53..2860c3ca7f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,27 +1,29 @@
-Welcome To Ansible GitHub
-=========================
+# WELCOME TO ANSIBLE GITHUB
Hi! Nice to see you here!
-If you'd like to ask a question
-===============================
-Please see [this web page ](http://docs.ansible.com/community.html) for community information, which includes pointers on how to ask questions on the [mailing lists](http://docs.ansible.com/community.html#mailing-list-information) and IRC.
+## QUESTIONS ?
-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, and that page has the pointers to those.
+Please see the [community page](http://docs.ansible.com/community.html) for information on how to ask questions on the [mailing lists](http://docs.ansible.com/community.html#mailing-list-information) and IRC.
-If you'd like to contribute code
-================================
+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.
-Please see [this web page](http://docs.ansible.com/community.html) for information about the contribution process. Important license agreement information is also included on that page.
-If you'd like to file a bug
-===========================
+## CONTRIBUTING ?
-I'd also read the community page above, but in particular, make sure you copy [this issue template](https://github.com/ansible/ansible/blob/devel/ISSUE_TEMPLATE.md) into your ticket description. We have a friendly neighborhood bot that will remind you if you forget :) This template helps us organize tickets faster and prevents asking some repeated questions, so it's very helpful to us and we appreciate your help with it.
+Please see the [community page](http://docs.ansible.com/community.html) for information regarding the contribution process. Important license agreement information is also included on that page.
-Also please make sure you are testing on the latest released version of Ansible or the development branch.
-Thanks!
+## BUG TO REPORT ?
+
+First and foremost, also check the [community page](http://docs.ansible.com/community.html).
+
+You can report bugs or make enhancement requests at the [Ansible GitHub issue page](http://github.com/ansible/ansible/issues/new) 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!