Skip to content

Commit

Permalink
Format the code block better for the contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Jul 22, 2011
1 parent 1f46f26 commit e1e9944
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Expand Up @@ -3,10 +3,7 @@ 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
to know that you have a clean slate: `bundle && 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
Expand Down

0 comments on commit e1e9944

Please sign in to comment.