source: Dev/trunk/node_modules/underscore/CONTRIBUTING.md

Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 640 bytes
Line 
1## How to contribute to Underscore.js
2
3* Before you open a ticket or send a pull request, [search](https://github.com/documentcloud/underscore/issues) for previous discussions about the same feature or issue. Add to the earlier ticket if you find one.
4
5* Before sending a pull request for a feature, be sure to have [tests](http://underscorejs.org/test/).
6
7* Use the same coding style as the rest of the [codebase](https://github.com/documentcloud/underscore/blob/master/underscore.js).
8
9* In your pull request, do not add documentation or re-build the minified `underscore-min.js` file. We'll do those things before cutting a new release.
Note: See TracBrowser for help on using the repository browser.