Browse code

Update CONTRIBUTING.md

Michael DeHaan authored on 2013/09/14 10:03:33
Showing 1 changed files
... ...
@@ -48,8 +48,8 @@ on creating pull requests, please refer to the
48 48
 [github help guide](https://help.github.com/articles/using-pull-requests).
49 49
 
50 50
 
51
-Contributing Code
51
+Contributing Code (Features or Bugfixes)
52
+----------------------------------------
52 53
 
53 54
 The Ansible project keeps it’s source on github at 
54 55
 [github.com/ansible/ansible](http://github.com/ansible/ansible) 
... ...
@@ -76,7 +76,7 @@ and no tabs.
76 76
 Reporting A Bug
77 77
 ---------------
78 78
 
79
-Bugs can be reported to [github.com/ansible/ansible](http://github.com/ansible/ansible) after 
79
+Bugs should be reported to [github.com/ansible/ansible](http://github.com/ansible/ansible) after 
80 80
 signing up for a free github account.  Before reporting a bug, please use the bug/issue search 
81 81
 to see if the issue has already been reported.  
82 82
 
... ...
@@ -87,7 +87,7 @@ When filing a bug, please make sure to include the following information in the
87 87
 * Expected results
88 88
 * Actual results.
89 89
 
90
-If you are not sure if something is a bug yet, you are welcome to ask about something on 
90
+If you are not sure if something is a bug yet, you are welcome and encouraged to ask about something on 
91 91
 the mailing list or IRC first.  As we are a very high volume project, if you determine that 
92 92
 you do have a bug, please be sure to open the issue yourself to ensure we have a record of
93 93
 it. Don’t rely on someone else in the community to file the bug report for you.