Index: tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/underscore/CONTRIBUTING.md |
diff --git a/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/underscore/CONTRIBUTING.md b/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/underscore/CONTRIBUTING.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..de5d5626fd9bc5f5b859e4c5e9fefdbd8b7f1e36 |
--- /dev/null |
+++ b/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/underscore/CONTRIBUTING.md |
@@ -0,0 +1,9 @@ |
+## How to contribute to Underscore.js |
+ |
+* 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. |
+ |
+* Before sending a pull request for a feature, be sure to have [tests](http://underscorejs.org/test/). |
+ |
+* Use the same coding style as the rest of the [codebase](https://github.com/documentcloud/underscore/blob/master/underscore.js). |
+ |
+* 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. |