summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.adoc
diff options
context:
space:
mode:
authorVolker Diels-Grabsch <v@njh.eu>2016-04-22 18:59:30 +0200
committerDan Allen <dan.j.allen@gmail.com>2016-04-22 10:59:30 -0600
commitaab3f1fafe70ff869719fa30eb6c20c15d8f6212 (patch)
treea6a82c21044a10638db3e864834c730cd79c8cc4 /CONTRIBUTING.adoc
parent5d072ff72b827971f00d1a32f6978247cf8b0c0b (diff)
Fix step number references (#1734)
Diffstat (limited to 'CONTRIBUTING.adoc')
-rw-r--r--CONTRIBUTING.adoc6
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].