File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Contributing to Swagger::Diff
22
3- We welcome Pull Requests from everyone!
3+ We welcome pull requests from everyone!
44
55## Getting Started
66
@@ -12,12 +12,12 @@ We welcome Pull Requests from everyone!
12126 . Make sure the test suite, including your new tests, passes (` rake ` )
13137 . Commit your changes (` git commit -am 'Add some feature' ` )
14148 . Push to the branch (` git push origin my-new-feature ` )
15- 9 . Create a new Pull Request
15+ 9 . Create a new pull request
161610 . If the Travis build fails, address any issues
1717
1818## Tips
1919
20- - All Pull Requests must include test coverage. If you’re not sure how to test
20+ - All pull requests must include test coverage. If you’re not sure how to test
2121 your changes, feel free to ask for help.
2222- Contributions must conform to the
2323 [ Ruby Style Guide] ( https://github.com/bbatsov/ruby-style-guide ) .
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ Specifications are considered backwards compatible if:
2727- all response attributes in the old specification have the same type in the new
2828 one
2929
30+ Read more on the [ Civis Analytics blog] ( https://civisanalytics.com/blog/engineering/2015/10/02/using-swagger-to-detect-breaking-api-changes/ ) .
31+
3032## Installation
3133
3234Add this line to your application's Gemfile:
You can’t perform that action at this time.
0 commit comments