Sha256: 2b3b54a6a4fb21ae578400d97869a3352b567f1c859621d02e5e862f22ab4bcc
Contents?: true
Size: 895 Bytes
Versions: 5
Compression:
Stored size: 895 Bytes
Contents
How to contribute to this project. ## Thin rules (to be made into sections) * Work off the dev branch, not master. * Pull requests should be named something related to PR, `hotfix-XXX` or `feature-YYY`. * Do not edit the `version.rb` or the `gemspec`. * All pull requests have to pass tests on `travis-ci` before I'll consider merging them. * for tests of the actual parser, make sure you include a new `usage_scenario`, not update an existing one. I'll merge stuff as it gets cluttered. ## Formatting and style Run all your code through `ruby-beautify` with default settings before committing. This should work (and if it doesn't, please let me know) `ruby-beautify --overwrite lib/**/*.rb bin/ruby-beautify spec/**/*_spec.rb spec/**/*_helper.rb` Which should pretty up only the code files, and not our test files. This will help insure pretty commits and that they will be accepted.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ruby-beautify-0.97.4 | CONTRIB.md |
ruby-beautify-0.97.3 | CONTRIB.md |
ruby-beautify-0.97.2 | CONTRIB.md |
ruby-beautify-0.97.1 | CONTRIB.md |
ruby-beautify-0.97.0 | CONTRIB.md |