From 76fd60dad86c5d05fb3c9b077fb91c8b486c224a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 18 Sep 2013 21:14:02 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d13366ec7cf..31740faaaf1 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 ---------------