Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiaohao authored Oct 29, 2016
1 parent c666c18 commit ef8fab5
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 @@ -14,7 +14,7 @@ For example, let's say you want to add a mock of Amazon web service such as S3:
- Pick and organize the response object by making use of the newly generated S3 cxf-stub or the equivalent.
- Debug the mock S3 endpoint with your favorite AWS SDK
- Add tests for your code
- Run `gradle check` in your fork before you send the pull request to make sure your code passes the basic checks and tests
- Run `gradle clean coberturaCheck check` in your fork before you send the pull request to make sure your code passes the basic code quality checks and tests

And that's all there is to it.

Expand Down

0 comments on commit ef8fab5

Please sign in to comment.