File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ already encountered this issue.
2121If you want to contribute to the repository, follow these steps:
2222
23231 . Fork the repo.
24- 2 . Test your code changes: ` rake ` or ` rake test ` .
25- 3 . Travis-CI and AppVeyor will run the tests for all services once your changes are merged.
26- 4 . Add a test for your changes. Only refactoring and documentation changes require no new tests.
27- 5 . Make the test pass.
28- 6 . Commit your changes.
29- 7 . Push to your fork and submit a pull request.
24+ 2 . Install bundler if needed: ` gem install bundler `
25+ 3 . Install the dependencies: ` bundle install `
26+ 4 . Make code changes.
27+ 5 . Add a test for your changes. Only refactoring and documentation changes require no new tests.
28+ 6 . Make the test pass, test your code changes: ` bundle exec rake ` .
29+ 7 . Commit your changes.
30+ 8 . Push to your fork and submit a pull request.
31+ 9 . Travis-CI and AppVeyor will run the tests for all services once your changes are merged.
3032
3133## Tests
3234
You can’t perform that action at this time.
0 commit comments