Sha256: 8fe03b7620f358f0553b01720e21c4be4759f6a2b63ffda731305667d67d2897

Contents?: true

Size: 1001 Bytes

Versions: 6

Compression:

Stored size: 1001 Bytes

Contents

# Contributing

## Developing

If you'd like to submit a patch:

1. Fork the project.
2. Make your feature addition or bug fix.
3. Add [tests](#testing) for it. This is important so that it isn't broken in a
   future version unintentionally.
4. Commit. **Do not touch any unrelated code, such as the gemspec or version.**
   If you must change unrelated code, do it in a commit by itself, so that it
   can be ignored.
5. Send a pull request.

## Testing

### Install prerequisites

Install the latest version of [Bundler](http://gembundler.com)

    $ gem install bundler

Clone the project

    $ git clone git://github.com/RiotGames/berkshelf-vagrant.git

and run:

    $ cd berkshelf-vagrant
    $ bundle-vagrant install

Bundler will install all gems and their dependencies required for testing and developing.

### Running unit (RSpec) tests

One-time run with Thor

    $ bundle exec thor spec

Or you can setup a quick feedback loop with Guard

    $ bundle exec guard start
    guard> rspec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
berkshelf-vagrant-1.1.2 CONTRIBUTING.md
berkshelf-vagrant-1.1.0 CONTRIBUTING.md
berkshelf-vagrant-1.0.6 CONTRIBUTING.md
berkshelf-vagrant-1.0.4 CONTRIBUTING.md
berkshelf-vagrant-1.0.3 CONTRIBUTING.md
berkshelf-vagrant-1.0.0.rc1 CONTRIBUTING.md