Sha256: bdbc1c2c08b76d59cf521ba4ebff4543ad24907a84c81ca04f53a0c4de9fadd9

Contents?: true

Size: 909 Bytes

Versions: 27

Compression:

Stored size: 909 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/loquor/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:

```
bundle exec rake test
```

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

1. Fork it (big button on Github at the top right)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make your changes (please add tests!)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request on Github

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
loquor-1.13.0 CONTRIBUTING.md
loquor-1.12.0 CONTRIBUTING.md
loquor-1.11.0 CONTRIBUTING.md
loquor-1.10.0 CONTRIBUTING.md
loquor-1.9.0 CONTRIBUTING.md
loquor-1.8.0 CONTRIBUTING.md
loquor-1.7.0 CONTRIBUTING.md
loquor-1.6.0 CONTRIBUTING.md
loquor-1.5.0 CONTRIBUTING.md
loquor-1.4.0 CONTRIBUTING.md
loquor-1.3.0 CONTRIBUTING.md
loquor-1.2.1 CONTRIBUTING.md
loquor-1.2.0 CONTRIBUTING.md
loquor-1.1.1 CONTRIBUTING.md
loquor-1.1.0 CONTRIBUTING.md
loquor-1.0.0 CONTRIBUTING.md
loquor-0.9.0 CONTRIBUTING.md
loquor-0.8.0 CONTRIBUTING.md
loquor-0.7.0 CONTRIBUTING.md
loquor-0.6.0 CONTRIBUTING.md