Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Add contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed Oct 12, 2012
1 parent a6ec06c commit 58afc13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Contributing

I ([paulelliott](http://github.com/paulelliott)) am actively maintaining this
project. If you would like to contribute, please fork the project, TDD your
changes with rspec on a feature branch, and submit a pull request.

To run rake successfully:

1. Clone the project
2. Install mongodb and sqlite3 (brew install ...)
3. Install bundler (gem install bundler)
4. Run `bundle` from the project root
5. Run `rake` and the test suite should be all green!

0 comments on commit 58afc13

Please sign in to comment.