Skip to content

Commit 1a8912d

Browse files
authored
Merge pull request #63 from watson-developer-cloud/update-contributing
docs: update the contributing guide
2 parents 881aef1 + e24d0bc commit 1a8912d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ already encountered this issue.
2121
If you want to contribute to the repository, follow these steps:
2222

2323
1. 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

0 commit comments

Comments
 (0)