-
Notifications
You must be signed in to change notification settings - Fork 42
Pull Requests Guidelines
AimeeKnight edited this page Sep 19, 2014
·
1 revision
Fork our repository, then clone it locally. If you already have a copy, you'll need to sync it with the latest changes. For more information please see Forking a Repo on Github.
All code must be submitted with accompanying test coverage. Running grunt test
before you submit will run all tests, in addition to linting.
To see coverage from your tests, open test/reports/lcov-report/index.html
in your browser.
Once you're green, you can push to your feature branch on GitHub. Pull Requests are then submitted from your repository.
For more detailed information on pull requests, please see Contributing to a Project on GitHub.