Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 863 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 863 Bytes

How to contribute to lodash-contrib

  • Before you open a ticket or send a pull request, please 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 lodash. Tests may be run in a browser by opening test/index.html. Tests and linting can be run in the terminal by using the grunt test command, or grunt watch:test to automatically rerun after file save.

  • Use the same coding style as lodash.

  • In your pull request, do not add documentation, edit the files in dist/ or use grunt to re-build the files in dist/. We'll do those things before cutting a new release.