Skip to content

Commit

Permalink
Correct step reference
Browse files Browse the repository at this point in the history
Step 9 redirects readers back to step 3, creating a topic branch, when it should be suggesting that they add specs which is step 4.
  • Loading branch information
slant committed Dec 29, 2013
1 parent d93bd97 commit 0f555ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
5. Implement your feature or bug fix.
6. Run `script/test`. If your specs fail, return to step 5.
7. Run `open coverage/index.html`. If your changes are not completely covered
by your tests, return to step 3.
by your tests, return to step 4.
8. Add documentation for your feature or bug fix.
9. Run `bundle exec rake doc:yard`. If your changes are not 100% documented, go
back to step 8.
Expand Down

0 comments on commit 0f555ad

Please sign in to comment.