Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 810 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 810 Bytes

Developing

Setup

npm install
typings install
npm run clean-ng2

Testing

npm test

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 the test suite passes before submitting a PR
  • If you've added new functionality, please include tests which validate its behaviour
  • Make reference to possible 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