diff options
| author | Volker Diels-Grabsch <v@njh.eu> | 2016-04-22 18:59:30 +0200 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-04-22 10:59:30 -0600 |
| commit | aab3f1fafe70ff869719fa30eb6c20c15d8f6212 (patch) | |
| tree | a6a82c21044a10638db3e864834c730cd79c8cc4 /CONTRIBUTING.adoc | |
| parent | 5d072ff72b827971f00d1a32f6978247cf8b0c0b (diff) | |
Fix step number references (#1734)
Diffstat (limited to 'CONTRIBUTING.adoc')
| -rw-r--r-- | CONTRIBUTING.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index d729c530..64e1fe93 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -38,12 +38,12 @@ An ideal bug report would include a pull request with failing specs. . {uri-branch-help}[Create a topic branch] (preferably using the pattern `issue-XYZ`, where `XYZ` is the issue number). . Add tests for your unimplemented feature or bug fix. (See <<writing-and-executing-tests>>) . Run `bundle exec rake` to run the tests. -If your tests pass, return to step 3. +If your tests pass, return to step 4. . Implement your feature or bug fix. . Run `bundle exec rake` to run the tests. -If your tests fail, return to step 5. +If your tests fail, return to step 6. . Add documentation for your feature or bug fix. -. If your changes are not 100% documented, go back to step 7. +. If your changes are not 100% documented, go back to step 8. . Add, commit, and push your changes. . {uri-pr-help}[Submit a pull request]. |
