We welcome pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.
We expect everyone to follow the code of conduct anywhere in thoughtbot's project codebases, issue trackers, chat-rooms, and mailing lists.
administrate-field-nested_has_many
is a field plugin for Administrate,
that allows for nested has_many
forms.
To maintain compatibility with different dependency versions, we use Appraisal.
- Fork the repo,
- Run
./bin/setup
to install the base dependencies and setup a local database, - Run the test suite:
bundle exec rspec && bundle exec appraisal rspec
, - Make your changes,
- Push your fork and open a pull request.
A good PR will solve the smallest problem it possibly can, have good test coverage and (where necessary) have internationalisation support.
See the security policy.