-
Notifications
You must be signed in to change notification settings - Fork 2
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:
- Please update comment headers as appropriate. We really appreciate good comments.
- Run rake doc:app and review your updated documentation
- Merge your fork or branch with the latest master branch from the updstream project.
- Run tests that include:
rake rspec:models, rake rspec:controllers, rake rspec:mailersas a minimum set of tests. - Submit the pull requests that references the open issue you are fixing