Sha256: 97d07bdd66504de910e66e7aca1d9070e3fc75c087bc6567630935819366cf98

Contents?: true

Size: 1.02 KB

Versions: 79

Compression:

Stored size: 1.02 KB

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/meducation_sdk/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.

To get the implementation tests to run, you'll need to create a `test/config.yml` file. There's an example to get you started.

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

79 entries across 79 versions & 3 rubygems

Version Path
meducation_sdk-1.1.0 CONTRIBUTING.md
meducation_sdk-1.0.0 CONTRIBUTING.md
meducation_sdk-0.10.1 CONTRIBUTING.md
meducation_sdk-0.10.0 CONTRIBUTING.md
meducation_sdk-0.9.0 CONTRIBUTING.md
meducation_sdk-0.8.0 CONTRIBUTING.md
meducation_sdk-0.7.0 CONTRIBUTING.md
meducation_sdk-0.6.1 CONTRIBUTING.md
meducation_sdk-0.6.0 CONTRIBUTING.md
meducation_sdk-0.5.0 CONTRIBUTING.md
meducation_sdk-0.4.1 CONTRIBUTING.md
meducation_sdk-0.4.0 CONTRIBUTING.md
meducation_sdk-0.3.4 CONTRIBUTING.md
meducation_sdk-0.3.3 CONTRIBUTING.md
meducation_sdk-0.3.2 CONTRIBUTING.md
meducation_sdk-0.3.1 CONTRIBUTING.md
meducation_sdk-0.3.0 CONTRIBUTING.md
meducation_sdk-0.2.0 CONTRIBUTING.md
meducation_sdk-0.1.0 CONTRIBUTING.md