summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-09-13 21:03:33 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2013-09-13 21:03:33 -0400
commit81155ee29f2beb223f5a36159d45c7f807e65534 (patch)
tree4e978bd4e96f4c4934a1d8f39745fd63a26522e1 /CONTRIBUTING.md
parent7f972522c87a2b20041016c038e88ebd781d9750 (diff)
downloadansible-81155ee29f2beb223f5a36159d45c7f807e65534.tar.gz
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a6b825d03f..9127195825 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,8 +48,8 @@ on creating pull requests, please refer to the
[github help guide](https://help.github.com/articles/using-pull-requests).
-Contributing Code
------------------
+Contributing Code (Features or Bugfixes)
+----------------------------------------
The Ansible project keeps it’s source on github at
[github.com/ansible/ansible](http://github.com/ansible/ansible)
@@ -76,7 +76,7 @@ and no tabs.
Reporting A Bug
---------------
-Bugs can be reported to [github.com/ansible/ansible](http://github.com/ansible/ansible) after
+Bugs should 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.
@@ -87,7 +87,7 @@ When filing a bug, please make sure to include the following information in the
* Expected results
* Actual results.
-If you are not sure if something is a bug yet, you are welcome to ask about something on
+If you are not sure if something is a bug yet, you are welcome and encouraged to ask about something on
the mailing list or IRC first. As we are a very high volume project, if you determine that
you do have a bug, please be sure to open the issue yourself to ensure we have a record of
it. Don’t rely on someone else in the community to file the bug report for you.