Sha256: c8fa5d7da186bb5b76e64a200fa0d04a522e03d43d7799ef462cddccdaf85c2a

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

### Contributing

Pull Requests are welcome! To get started:

[Fork](https://guides.github.com/activities/forking) then clone the repository:

    git clone git@github.com:your-username/ecb_exchange.git

Create your feature branch:

    git checkout -b my-new-feature

When you are happy with your change, run the full test suite:

    bundle exec rake

With a passing test suite, commit your changes, push and submit a new [Pull
Request](https://github.com/matthutchinson/ecb_exchange/compare):

    git commit -am 'Added some feature'
    git push origin my-new-feature

At this point you'll be waiting for one of our maintainers to review it. We will
try to reply to new pull requests within a few days. We might suggest some
changes, improvements or alternatives. To increase the chance that your pull
request gets accepted:

* Explain what your are doing (and why) in your pull request description.
* If you are fixing an
  [issue](https://github.com/matthutchinson/ecb_exchange/issues), link to
  it in your description and [mention
  it](https://help.github.com/articles/closing-issues-via-commit-messages) in
  the commit message.
* Write a good [commit
  message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
* Write tests.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecb_exchange-0.2.1 CONTRIBUTING.md
ecb_exchange-0.2.0 CONTRIBUTING.md