Skip to content

Commit

Permalink
Clarify the modular workflow in the CONTRIBUTING (#2849 #2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Jun 28, 2020
1 parent 31c1e26 commit faac06d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

* If you're proposing a new feature, make sure it isn't already implemented in [Underscore-Contrib](https://github.com/documentcloud/underscore-contrib).

* When contributing code, make sure that you edit the source code in the `modules/` directory. Also, run `npm install` before committing any changes to ensure that our commit hooks can do their work.

* Before sending a pull request for a feature, be sure to have [tests](https://underscorejs.org/test/).

* Use the same coding style as the rest of the [codebase](https://github.com/jashkenas/underscore/blob/master/modules/index.js).
Expand Down

0 comments on commit faac06d

Please sign in to comment.