Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/underscore/CONTRIBUTING.md

Issue 125733002: Add vulcanize to tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698