Sha256: 90d5581f38ef9a6db0a638226432160f956109114d693ff3be35c465546a6a0e
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
= Contributing Wow, you want to contribute? That's awesome! Thanks! To make things easier on you, I've compiled some Notes and Guidelines. == Notes * This is a Ruby Gem, built using Bundler. For a walkthrough of how that works, see http://railscasts.com/episodes/245-new-gem-with-bundler. * `rake install` builds and installs the gem, but you'll probably need to do `sudo rake install`. This lets you test the `maid` command. * Keep in mind that the gemspec only looks at files in the VCS (git). * Developing using Ruby 1.9.2? Use "irb -I lib -r maid" to have access to Maid in irb. == Guidelines * Looking for something to do? Anything in the TODO file is a good place to start. * Whenever possible, retain compatibility with Ruby 1.8.7. == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maid-0.1.2 | CONTRIBUTING.rdoc |
maid-0.1.1 | CONTRIBUTING.rdoc |