Sha256: 1c9202a530b92c43851733e70eb35ec3ffe266ca2e73d37fb4ef3a19c844327c

Contents?: true

Size: 745 Bytes

Versions: 9

Compression:

Stored size: 745 Bytes

Contents

GUIDELINES FOR CONTRIBUTING

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

You can run the existing test-suite via `rake`.  Ensure nothing is broken, but since the test since is far from complete, it'd be awesome if you manually tested for regressions as well.

Please, if at all possible, write a passing test for the functionality you added.

The default rake task uses Rubocop on default settings to ensure Ruby Style Guidelines.  If you want to run tests before conforming to this to verify functionality you can just run `rake test` and `rake features` manually.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lolcommits-0.5.9 CONTRIBUTING
lolcommits-0.5.9.pre1 CONTRIBUTING
lolcommits-0.5.8 CONTRIBUTING
lolcommits-0.5.8.pre1 CONTRIBUTING
lolcommits-0.5.7 CONTRIBUTING
lolcommits-0.5.6 CONTRIBUTING
lolcommits-0.5.5 CONTRIBUTING
lolcommits-0.5.4 CONTRIBUTING
lolcommits-0.5.3 CONTRIBUTING