summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb1d0515..4a045cdd 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,20 @@ Deploying
Contributing
================================
+Run rake tests
+--------------
+
+ cd tests/platform-ci
+ ./setup.sh
+ bundle exec rake lint
+ bundle exec rake syntax
+ bundle exec rake validate
+ bundle exec rake templates
+ bundle exec rake catalog
+
+Merge requests
+--------------
+
In order to validate the syntax and style guide compliance before you commit,
see https://github.com/pixelated-project/puppet-git-hooks#installation
Please fork https://0xacab.org/leap/platform to open a merge request,