From 7ae4c6297d703ebd5a30b124cec22bd27a54c3c9 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 26 Jul 2011 19:31:43 +0000 Subject: [PATCH] Add doc/CONTRIBUTE text file --- doc/CONTRIBUTE | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/CONTRIBUTE diff --git a/doc/CONTRIBUTE b/doc/CONTRIBUTE new file mode 100644 index 0000000..bb70254 --- /dev/null +++ b/doc/CONTRIBUTE @@ -0,0 +1,16 @@ +Contributing to scube +--------------------- + +* Clone scube official repository and create a branch from master for + your changes. + +* Make sure all cucumber features pass: + + `bundle exec rake cucumber` + +* And rspec examples as well: + + `bundle exec rake spec` + +* Then make your changes available in a branch of a public repository + and ask the authors a pull request.