summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-09-18 21:14:02 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2013-09-18 21:14:02 -0400
commit76fd60dad86c5d05fb3c9b077fb91c8b486c224a (patch)
treea1789c5ee9d57f45fc93c9d03d1f5cb982a6dfc7 /CONTRIBUTING.md
parentaa64aecbed00d37b9f490c47e292c0795a74af98 (diff)
downloadansible-76fd60dad86c5d05fb3c9b077fb91c8b486c224a.tar.gz
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d13366ec7c..31740faaaf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -73,6 +73,10 @@ backwards-compatible improvements. Code developed for Ansible needs to support
while code in modules must run under Python 2.4 or higher. Please also use a 4-space indent
and no tabs.
+Tip: To easily run from a checkout, source "./hacking/env-setup" and that's it -- no install
+required. You're now live!
+
+
Reporting A Bug
---------------