Sha256: 9e1a07999341b2dc39db0da8b29f761c63e581f4070251ac7039eda3270b2d54

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

# Contributing to Swagger::Diff

We welcome pull requests from everyone!

## Getting Started

1. Fork it ( https://github.com/civisanalytics/swagger-diff/fork )
2. Install the development dependencies (`bundle install`)
3. Make sure you are able to run the test suite locally (`rake`)
4. Create a feature branch (`git checkout -b my-new-feature`)
5. Make your change. Don't forget tests
6. Make sure the test suite, including your new tests, passes (`rake`)
7. Commit your changes (`git commit -am 'Add some feature'`)
8. Push to the branch (`git push origin my-new-feature`)
9. Create a new pull request
10. If the Travis build fails, address any issues

## Tips

- All pull requests must include test coverage. If you’re not sure how to test
  your changes, feel free to ask for help.
- Contributions must conform to the
  [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide).
- Don’t forget to add your change to the [CHANGELOG](CHANGELOG.md). See
  [Keep a CHANGELOG](http://keepachangelog.com/) for guidelines.

Thank you for taking the time to contribute to Swagger::Diff!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
swagger-diff-1.0.5 CONTRIBUTING.md
swagger-diff-1.0.4 CONTRIBUTING.md
swagger-diff-1.0.3 CONTRIBUTING.md