forked from textAngular/textAngular
-
Notifications
You must be signed in to change notification settings - Fork 12
Contribution Guidelines
Martin Shwalbe edited this page Mar 13, 2014
·
1 revision
When contributing to the textAngular project we ask that you follow the following steps:
- Code should be tab indented, not spaces.
- Lines should not be much longer than 80 characters.
- Comments should allways be on their own line.
- Run the test suites before submitting, the tests run via grunt on node. Once you have installed node you can run
npm installwhich will setup all the dependancies for testing. Then rungruntwhich will run the tests, minify the files, check code coverage and jsHint the code. If all these pass submit a Pull Request and we will look into it as soon as we can. - In the past we have accepted code formatting pull requests, due to the trouble we have had with this we will no longer be accepting pull requests that re-format large sections of the codebase.