Skip to content

Commit

Permalink
Fix Markdown formatting
Browse files Browse the repository at this point in the history
CONTRIBUTING.md indentation
  • Loading branch information
alexcwatt committed Aug 14, 2014
1 parent b752c8e commit faf264a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Here's a quick guide:
2. Run the tests. We only take pull requests with passing tests, and it's great
to know that you have a clean slate:

```shell
bundle exec rake forem:dummy_app
bundle exec rspec spec
```
```shell
bundle exec rake forem:dummy_app
bundle exec rspec spec
```

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 faf264a

Please sign in to comment.