Skip to content

Commit

Permalink
Markdown, wasn't playing nice, lets try "rake db:migrate is need for …
Browse files Browse the repository at this point in the history
…tests to pass" again.
  • Loading branch information
Mab879 committed Nov 26, 2011
1 parent 8b9e89b commit 39a6ac5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -3,12 +3,8 @@ We love pull requests. Here's a quick guide:
1. Fork the repo.

2. Run the tests. We only take pull requests with passing tests, and it's great
to know that you have a clean slate:

bundle
rake db:migrate
rake

to know that you have a clean slate: `bundle && rake db:migrate && rake`

3. Add a test for your change. Only refactoring and documentation changes
require no new tests. If you are adding functionality or fixing a bug, we need
a test!
Expand Down

0 comments on commit 39a6ac5

Please sign in to comment.