Browse code

Update CONTRIBUTING.md

Convert URLs to short form hyperlinks

Michael DeHaan authored on 2013/09/14 09:19:04
Showing 1 changed files
... ...
@@ -17,12 +17,12 @@ You can help share Ansible with others by telling friends and colleagues ,  writ
17 17
 Sharing Tips and Tricks
18 18
 -----------------------
19 19
 
20
-Join the [Ansible mailing list](https://groups.google.com/forum/#!forum/ansible-project) and  you can share playbooks you may have written and other interesting implementation stories.   Put your Ansible content up on places like github  to share with others.
20
+Join the [Ansible project mailing list](https://groups.google.com/forum/#!forum/ansible-project) and  you can share playbooks you may have written and other interesting implementation stories.   Put your Ansible content up on places like github  to share with others.
21 21
 
22 22
 Sharing A Feature Idea
23 23
 ----------------------
24 24
 
25
-If you have an idea for a new feature, you can open a new ticket at (https://github.com/ansible/ansible), though in general we like to talk about feature ideas first and bring in lots of people into the discussion.   Consider stopping by Ansible project mailing list at (https://groups.google.com/forum/#!forum/ansible-project).  
25
+If you have an idea for a new feature, you can open a new ticket at [github.com/ansible/ansible](https://github.com/ansible/ansible), though in general we like to talk about feature ideas first and bring in lots of people into the discussion.   Consider stopping by Ansible project mailing list at (https://groups.google.com/forum/#!forum/ansible-project).  
26 26
 
27 27
 Helping with Documentation
28 28
 --------------------------
... ...
@@ -32,23 +32,24 @@ Ansible documentation is a community project too!  If you would like to help wit
32 32
 Contributing Code
33 33
 -----------------
34 34
 
35
-The Ansible project keeps it’s source on github at http://github.com/ansible/ansible 
36
-and takes contributions through github pull requests.   
37
-See https://help.github.com/articles/using-pull-requests.   
35
+The Ansible project keeps it’s source on github at [http://github.com/ansible/ansible](http://github.com/ansible/ansible) 
36
+and takes contributions through [github pull requests](https://help.github.com/articles/using-pull-requests).
37
+
38 38
 When submitting patches, be sure to run the unit tests first “make tests” and always use 
39 39
 “git rebase” vs “git merge” (aliasing git pull to git pull --rebase is a great idea) to 
40
-avoid merge commits in your submissions.  We’ll then review your contributions and engage 
41
-with you about questions and  so on.  Please be advised we have a very large and active community,
40
+avoid merge commits in your submissions.  
41
+
42
+We’ll then review your contributions and engage with you about questions and  so on.  Please be advised we have a very large and active community,
42 43
 so it may take awhile to get your contributions in!  Patches should be made against the 'devel' branch.
43 44
 
44 45
 Contributions can be for new features like modules, or to fix bugs you or others have found. If you are interested in writing new modules to be included in the core Ansible distribution, please refer to the Module Developers documentation on our website at http://www.ansibleworks.com/docs/moduledev.html.
45 46
 
46
-The proverbial 'Zen of Ansible' encourages simple, readable code and consistent, conservatively extending, backwards-compatible improvements.  Code developed for Ansible needs to support Python 2.6+, while code in modules must run under Python 2.4 or higher.
47
+Ansible's aesthetic encourages simple, readable code and consistent, conservatively extending, backwards-compatible improvements.  Code developed for Ansible needs to support Python 2.6+, while code in modules must run under Python 2.4 or higher.
47 48
 
48 49
 Reporting A Bug
49 50
 ---------------
50 51
 
51
-Bugs can be reported to http://github.com/ansible/ansible after signing up for a free github account.  Before reporting a bug, please use the bug/issue search to see if the issue has already been reported.  
52
+Bugs can be reported to [github.com/ansible/ansible](http://github.com/ansible/ansible) after signing up for a free github account.  Before reporting a bug, please use the bug/issue search to see if the issue has already been reported.  
52 53
 
53 54
 When filing a bug, please make sure to include the following information in the bug report:
54 55
 
... ...
@@ -65,18 +66,20 @@ Online Resources
65 65
 Documentation
66 66
 -------------
67 67
 
68
-The main ansible documentation can be found at http://ansibleworks.com/docs.   As mentioned above this is an open source project, so we accept contributions to the documentation.  You can also find some best practices examples that we recommend reading at http://github.com/ansible/ansible-examples.
68
+The main ansible documentation can be found at [ansibleworks.com/docs](http://ansibleworks.com/docs).   As mentioned above this is an open source project, so we accept contributions to the documentation.  You can also find some best practices examples that we recommend reading at http://github.com/ansible/ansible-examples.
69 69
 
70 70
 Mailing lists
71 71
 -------------
72 72
 
73 73
 Ansible has several mailing lists.  The first post to the mailing list will be moderated (to reduce spam), so please allow a day or less for your first post.
74 74
 
75
-(https://groups.google.com/forum/#!forum/ansible-announce) is for release announcements and major news.  It is a low traffic read-only list and you should only get a few emails a month.
75
+[ansible-announce](https://groups.google.com/forum/#!forum/ansible-announce) is for release announcements and major news.  It is a low traffic read-only list and you should only get a few emails a month.
76
+
77
+[ansible-project](https://groups.google.com/forum/#!forum/ansible-project) is the main list, and is used for sharing cool projects you may have built, talking about Ansible ideas, and for users to ask questions or to help other users.
76 78
 
77
-(https://groups.google.com/forum/#!forum/ansible-project) is the main list, and is used for sharing cool projects you may have built, talking about Ansible ideas, and for users to ask questions or to help other users.
79
+[ansible-devel](https://groups.google.com/forum/#!forum/ansible-devel) is a technical list for developers working on Ansible and Ansible modules.  Join here to discuss how to build modules, prospective feature implementations, or technical challenges.
78 80
 
79
-(https://groups.google.com/forum/#!forum/ansible-devel) is a technical list for developers working on Ansible and Ansible modules.  Join here to discuss how to build modules, prospective feature implementations, or technical challenges.
81
+To subscribe to a group from a non-google account, you can email the subscription address, for example ansible-devel+subscribe@googlegroups.com.
80 82
 
81 83
 IRC
82 84
 ---