Skip to content

Commit a4713db

Browse files
committedMar 23, 2016
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).
1 parent e42bb8d commit a4713db

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed
 

‎CONTRIBUTING.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1-
Welcome To Ansible GitHub
2-
=========================
1+
# WELCOME TO ANSIBLE GITHUB
32

43
Hi! Nice to see you here!
54

6-
If you'd like to ask a question
7-
===============================
85

9-
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.
6+
## QUESTIONS ?
107

11-
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.
8+
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.
129

13-
If you'd like to contribute code
14-
================================
10+
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.
1511

16-
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.
1712

18-
If you'd like to file a bug
19-
===========================
13+
## CONTRIBUTING ?
2014

21-
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.
15+
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.
2216

23-
Also please make sure you are testing on the latest released version of Ansible or the development branch.
2417

25-
Thanks!
18+
## BUG TO REPORT ?
19+
20+
First and foremost, also check the [community page](http://docs.ansible.com/community.html).
21+
22+
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.
2623

24+
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:
2725

26+
- https://github.com/ansible/ansible/releases
27+
- https://github.com/ansible/ansible/archive/devel.tar.gz
28+
29+
Thanks!

0 commit comments

Comments
 (0)
Please sign in to comment.