Sha256: 32901f81b35818d5f8356b9cc00ce2b01dea1a2283b3f8a1c18a90b71fd733e1

Contents?: true

Size: 806 Bytes

Versions: 12

Compression:

Stored size: 806 Bytes

Contents

# How To Contribute

First of all, **thank you** for contributing to this library!

## Issues
Please file issues on the [GitHub issues list](https://github.com/meducation/propono/issues) and give as much detail as possible.

## Features / Pull Requests

If you want a feature implemented, the best way to get it done is to submit a pull request that implements it. Please make sure it has tests.

You can run the tests with
```
rake test
```

If you've not contributed to a repository before - this is the accepted pattern to use:

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Thank you again!
:heart: :sparkling_heart: :heart:

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
propono-0.5.6 CONTRIBUTING.md
propono-0.5.5 CONTRIBUTING.md
propono-0.5.4 CONTRIBUTING.md
propono-0.5.3 CONTRIBUTING.md
propono-0.5.2 CONTRIBUTING.md
propono-0.5.1 CONTRIBUTING.md
propono-0.5.0 CONTRIBUTING.md
propono-0.4.0 CONTRIBUTING.md
propono-0.3.0 CONTRIBUTING.md
propono-0.2.0 CONTRIBUTING.md
propono-0.1.0 CONTRIBUTING.md
propono-0.0.1 CONTRIBUTING.md