Sha256: b01d850836969b468c969b2cb3c0b907d2b39ebe49d41dfbfdf421cba6677d54
Contents?: true
Size: 657 Bytes
Versions: 18
Compression:
Stored size: 657 Bytes
Contents
# Contributing Pull requests are always appreciated. To get started contributing, fork and clone the repo: ``` git clone git@github.com:your-username/hedgelog.git ``` Install development Gems: ``` bundle install ``` Make your code changes. Make sure that your changes do not break any existing tests: ``` rspec ``` Pull requests **will not be accepted** for any additional functionality without adding accompanying tests. Moreover, the repository contains a configuration for [Rubocop](https://github.com/bbatsov/rubocop). Pull requests will also not be accepted that do not pass the rubocop style-check. To check this simply run: ``` rubocop ```
Version data entries
18 entries across 18 versions & 1 rubygems