If you've found an issue, please submit it in the issues with a link to a plunker that demonstrates the issue (use this template)
If you would like to add functionality, please submit an issue first to make sure it's a direction we want to take.
When submitting a Pull Request please submit it to the master
branch.
Please do the following:
- Follow the existing styles ** Use the third option here: http://blogs.msdn.com/b/cyrusn/archive/2004/09/14/229474.aspx (Thats how we roll)
- Update the README with documentation so people can read how your changes work
- Update the example so people can see how your changes work
git checkout master
- run
npm install && bower install
- test your code using
grunt dev
which hosts the app athttp://localhost:4000
- commit your changes
- run
- update README, CHANGELOG, bower.json, and do any other final polishing to prepare for publishing
- git commit changes
Note: There's a symlink for src
and bower_components
in the demo
and tests
folders. Just FYI...
grunt dev
: Creates a server for testing athttp://0.0.0.0:4000
grunt build
: Creates the distgrunt publish
: Copies the src folder and bower_components to gh-pages
- Tests! We don't have any... But we do have the scaffolding for them.
- Any of the issues in GitHub, let us know if you have some time to fix one.