Sha256: aee0a81e15fee42899bb82c4d7750a50ab336a1abe4a71caf2ad56ef59ec5769

Contents?: true

Size: 947 Bytes

Versions: 5

Compression:

Stored size: 947 Bytes

Contents

# Contributing

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

Fork, then clone the repo:

    git clone git@github.com:your-username/factory_girl_rails.git

Set up your machine:

    ./bin/setup

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].

[pr]: https://github.com/thoughtbot/factory_girl_rails/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.
* Follow our [style guide][style].
* Write a [good commit message][commit].

[style]: https://github.com/thoughtbot/guides/tree/master/style
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/factory_girl_rails-4.5.0/CONTRIBUTING.md
solidus_backend-1.0.0.pre3 vendor/bundle/gems/factory_girl_rails-4.5.0/CONTRIBUTING.md
solidus_backend-1.0.0.pre2 vendor/bundle/gems/factory_girl_rails-4.5.0/CONTRIBUTING.md
solidus_backend-1.0.0.pre vendor/bundle/gems/factory_girl_rails-4.5.0/CONTRIBUTING.md
factory_girl_rails-4.5.0 CONTRIBUTING.md