Sha256: 0f13618bee95116dd707de3c78a5c238541c34d3b740bc70fa2e5500a306768c

Contents?: true

Size: 1.07 KB

Versions: 9

Compression:

Stored size: 1.07 KB

Contents

# Contributing

We love pull requests from everyone. By participating in this project, you
agree to abide by the thoughtbot [code of conduct].

[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct

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

9 entries across 9 versions & 4 rubygems

Version Path
ffactory_girl_rails-4.8.3 CONTRIBUTING.md
ffactory_girl_rails-4.8.2 CONTRIBUTING.md
factory_girl_rails-4.9.0 CONTRIBUTING.md
ffactory_girl_rails-4.8.0 CONTRIBUTING.md
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/factory_girl_rails-4.8.0/CONTRIBUTING.md
factory_girl_rails-4.8.0 CONTRIBUTING.md
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/factory_girl_rails-4.7.0/CONTRIBUTING.md
factory_girl_rails-4.7.0 CONTRIBUTING.md
factory_girl_rails-4.6.0 CONTRIBUTING.md