Sha256: 4f30fbd89c69af2c4933bd73cea7596e9be5becf890dd0b67a42555765deda2f

Contents?: true

Size: 889 Bytes

Versions: 10

Compression:

Stored size: 889 Bytes

Contents

# Contributing

> If I have seen further it is by standing on the shoulders of giants. - Isaac Newton

Please follow theses simples steps to contribute to this project :

1. Fork the repo.

2. Run the tests before doing anything.

3. Add test(s) for your code modification.

4. Rebase your code onto upstream master (this repository) if not up to date.

5. Squash or fixup your commits to achieve a clean commit log.

6. Submit a pull request and ensure tests passes on travis-ci for all supported ruby versions.

## Running the tests

As simple as running `bundle exec rake` command.

The default `rake` task is `rake test`.

If you would like to test multiple ruby version using RVM, try `rvm all do rake test`.

You may setup all ruby version quickly with `rvm all do bundle install`.

## Syntax

Follow [Ruby Styleguide](https://github.com/styleguide/ruby) by Github and existing code.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sinatra-assetpack-0.3.5 CONTRIBUTING.md
sinatra-assetpack-0.3.3 CONTRIBUTING.md
sinatra-assetpack-0.3.2 CONTRIBUTING.md
sinatra-assetpack-0.3.1 CONTRIBUTING.md
sinatra-assetpack-0.3.0 CONTRIBUTING.md
sinatra-assetpack-0.2.8 CONTRIBUTING.md
sinatra-assetpack-0.2.7 CONTRIBUTING.md
sinatra-assetpack-0.2.6 CONTRIBUTING.md
sinatra-assetpack-0.2.5 CONTRIBUTING.md
sinatra-assetpack-0.2.4 CONTRIBUTING.md