## Submitting Pull Requests

**Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.**

* Please rebase your branch against the current master
* Run ```npm install``` to make sure your development dependencies are up-to-date
* Please ensure that the test suite passes before submitting a PR by running:
 * ```npm test```
* If you've added new functionality, **please** include tests which validate its behaviour
* Make reference to possible [issues](https://github.com/UIUXEngineering/karma-jspm/issues) on PR comment

## Submitting bug reports

* Please detail the affected browser(s) and operating system(s)
* Please be sure to state which version of node **and** npm you're using
* Please copy the jspm config in your package.json
* Please copy your karma config

## Test your work  
Please run these tasks on Mac and Windows ( if you have both environments ); 
* npm test

## Use the [Test Repo](https://github.com/UIUXEngineering/karma-jspm-test) to verify your work
* you may add more scenarios to the repo via PR's.



