Sha256: 41aad8e9db65a53b632be5ad72a3512e7bb0bbee736a761d49af2e33bc7d4f12

Contents?: true

Size: 941 Bytes

Versions: 11

Compression:

Stored size: 941 Bytes

Contents

# Contributing

### We love pull requests. Here's a quick guide.

Fork, then clone the repo:
```
git clone git@github.com:your-username/foundation_rails_helper.git
```

Set up your machine:
```
git checkout -b your-branch-name
bundle
```

Make sure the tests pass:
```
rake
```

Make your change. Add tests for your change. Make the tests pass:
```
rake
```

Push to your fork and [submit a pull request][pr].
```
git push origin your-branch-name
```

[pr]: https://github.com/sgruhier/foundation_rails_helper/compare/

At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

* Write tests.
* Write a [good commit message][commit].

[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foundation_rails_helper-4.0.1 CONTRIBUTING.md
foundation_rails_helper-4.0.0 CONTRIBUTING.md
foundation_rails_helper-3.0.0 CONTRIBUTING.md
foundation_rails_helper-3.0.0.rc2 CONTRIBUTING.md
foundation_rails_helper-3.0.0.rc CONTRIBUTING.md
foundation_rails_helper-3.0.0.beta3 CONTRIBUTING.md
foundation_rails_helper-2.0.0 CONTRIBUTING.md
foundation_rails_helper-1.2.2 CONTRIBUTING.md
foundation_rails_helper-1.2.1 CONTRIBUTING.md
foundation_rails_helper-1.1.0 CONTRIBUTING.md
foundation_rails_helper-1.0.0 CONTRIBUTING.md