Sha256: 80d3ac3bcb11aaccac27abad34ac85934d7acf2311b561341683f10867df6c1e

Contents?: true

Size: 1.28 KB

Versions: 7

Compression:

Stored size: 1.28 KB

Contents

# Contributing to MistralClient

We welcome bug reports and pull requests from everyone!

This project is intended to be a safe, welcoming space for collaboration, and
contributors are expected to adhere to
the [Contributor Covenant](http://contributor-covenant.org) code of conduct.


## Getting Started

1. Fork it ( https://github.com/civisanalytics/mistral_client/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 MistralClient!

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mistral_client-3.0.0 CONTRIBUTING.md
mistral_client-2.0.0 CONTRIBUTING.md
mistral_client-1.3.0 CONTRIBUTING.md
mistral_client-1.2.1 CONTRIBUTING.md
mistral_client-1.2.0 CONTRIBUTING.md
mistral_client-1.1.0 CONTRIBUTING.md
mistral_client-1.0.0 CONTRIBUTING.md