Sha256: b6ee28d4386eb843a823f970de96eb1ed494ace905d4ee2959c4c766f91b728e

Contents?: true

Size: 800 Bytes

Versions: 5

Compression:

Stored size: 800 Bytes

Contents

# Contributing

1. Fork the repository.
2. Run `bin/setup`, which will install dependencies and create the dummy
   application database.
3. Run `rake` to verify that the tests pass against the version of Rails you are
   running locally, and that the code is styled properly.
4. Make your change with new passing tests, following the existing style.
5. Write a [good commit message], push your fork, and submit a pull request.
6. CI will run the test suite on all configured versions of Ruby and Rails.
   Address any failures.

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

Others will give constructive feedback.  This is a time for discussion and
improvements, and making the necessary changes will be required before we can
merge the contribution.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pg_trunk-0.2.0 CONTRIBUTING.md
pg_trunk-0.1.3 CONTRIBUTING.md
pg_trunk-0.1.2 CONTRIBUTING.md
pg_trunk-0.1.1 CONTRIBUTING.md
pg_trunk-0.1.0 CONTRIBUTING.md