Contribution Guidelines
September 8, 2014 ยท View on GitHub
Submitting a new issue
If you want to ensure that your issue gets fixed fast you should attempt to reproduce the issue in an isolated example application that you can share.
Making a pull request
If you'd like to submit a pull request please adhere to the following:
- Your code must be tested. Please TDD your code!
- No single-character variables
- Two-spaces instead of tabs
Please note that you must adhere to each of the aforementioned rules. Failure to do so will result in an immediate closing of the pull request. If you update and rebase the pull request to follow the guidelines your pull request will be re-opened and considered for inclusion.
Running the test suite
Execute the tests in a browser or terminal:
npm startthen launch http://localhost:4200/testsnpm test
View the dummy app
See the component in action:
npm startthen launch http://localhost:4200