Minor cleanup of contributing.md. [ci skip]

This commit is contained in:
John-David Dalton
2016-01-15 23:46:59 -08:00
parent 6bc58a16f6
commit b77248c975

View File

@@ -6,10 +6,10 @@ your issue may have already been discussed or fixed in `master`. To contribute,
## Tests
Include updated unit tests in the `test` directory as part of your pull request.
Dont worry about regenerating the documentation, lodash.js, or lodash.min.js.
Dont worry about regenerating the `dist/` or `doc/` files.
Before running the unit tests youll need to install, `npm i`, [development dependencies](https://docs.npmjs.com/files/package.json#devdependencies).
Run unit tests from the command-line via `npm test`, or open `test/index.html` and `test/fp.html` in a web browser.
Run unit tests from the command-line via `npm test`, or open `test/index.html` & `test/fp.html` in a web browser.
The [Backbone](http://backbonejs.org/) & [Underscore](http://underscorejs.org/) test suites are included as well.
## Contributor License Agreement