Skip to content

Contribution Checklist

Andy edited this page Oct 29, 2013 · 1 revision

In order to facilitate easier integration of contributions, please refer to the following checklist when submitting a pull request:

  1. Please update comment headers as appropriate. We really appreciate good comments.
  2. Run rake doc:app and review your updated documentation
  3. Merge your fork or branch with the latest master branch from the updstream project.
  4. Run tests that include: rake rspec:models, rake rspec:controllers, rake rspec:mailers as a minimum set of tests.
  5. Submit the pull requests that references the open issue you are fixing

Clone this wiki locally