CONTRIBUTING.md
890 字节
How to contribute to Underscore-contrib
Before you open a ticket or send a pull request, search for previous discussions about the same feature or issue. Add to the earlier ticket if you find one.
Before sending a pull request for a feature, be sure to have tests like found in Underscore. Tests may be run in a browser by opening
test/index.html
. Tests and linting can be run in the terminal by using thegrunt test
command, orgrunt watch:test
to automatically rerun after file save.Use the same coding style as Underscore.
In your pull request, do not add documentation, edit the files in
dist/
or use grunt to re-build the files indist/
. We'll do those things before cutting a new release.