Sha256: e88f9be4b00ead86ee51275f5eda5db6aee9599f7bc6c966e9efbd48175779e9
Contents?: true
Size: 719 Bytes
Versions: 3
Compression:
Stored size: 719 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 the `rake` command. The default `rake` task is `rake test`. ## Syntax Follow [Ruby Styleguide](https://github.com/styleguide/ruby) by Github and existing code.
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
sinatra-assetpack-0.1.7 | CONTRIBUTING.md |
sundawg-sinatra-assetpack-fork-0.1.6 | CONTRIBUTING.md |
sinatra-assetpack-0.1.6 | CONTRIBUTING.md |