Sha256: a2af41aa2a058a391a48dcb5b658b47ec9093108df1e82e67f64fb00b7094483

Contents?: true

Size: 890 Bytes

Versions: 15

Compression:

Stored size: 890 Bytes

Contents

# Contributing

We love contributions! Pull request away.

## Hacking

You'll need Ruby and Bundler, of course. Then, check out the code and install
the gems:

```bash
$ git clone git@github.com:WhoopInc/vagrant-s3auth.git
$ cd vagrant-s3auth
$ bundle
```

Hack away! When you're ready to test, either [run the test suite](TESTING.md) or
run Vagrant manually *using the configured Bundler environment*:

```bash
$ VAGRANT_LOG=debug bundle exec vagrant box add S3_URL
```

If you forget the `bundle exec`, you'll use system Vagrant—not the Vagrant that
has your plugin changes installed!

## Guidelines

We do ask that all contributions pass the linter and test suite. Travis will
automatically run these against your contribution once you submit the pull
request, but you can also run them locally as you go!

### Linting

```bash
$ rake lint
```

### Testing

See [TESTING](TESTING.md).

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
vagrant-s3auth-mfa-1.5.0 CONTRIBUTING.md
vagrant-s3auth-mfa-1.4.3 CONTRIBUTING.md
vagrant-s3auth-mfa-1.4.2 CONTRIBUTING.md
vagrant-s3auth-mfa-1.4.1 CONTRIBUTING.md
vagrant-s3auth-mfa-1.4.0 CONTRIBUTING.md
vagrant-s3auth-1.3.2 CONTRIBUTING.md
vagrant-s3auth-1.3.1 CONTRIBUTING.md
vagrant-s3auth-1.3.0 CONTRIBUTING.md
vagrant-s3auth-1.2.0 CONTRIBUTING.md
vagrant-s3auth-1.1.0 CONTRIBUTING.md
vagrant-s3auth-1.0.3 CONTRIBUTING.md
vagrant-s3auth-1.0.2 CONTRIBUTING.md
vagrant-s3auth-1.0.1 CONTRIBUTING.md
vagrant-s3auth-1.0.0 CONTRIBUTING.md
vagrant-s3auth-1.0.0.rc1 CONTRIBUTING.md