X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fbower_components%2Flodash%2F.github%2FCONTRIBUTING.md;h=2fd78f8ee0ed1787bc1dc7144749a0d7410494a6;hb=221ba7c2ffc043570bbad1e8f0d6074fb4ff1fb0;hp=b3427fd5cbde8146421a65c40cbba4adb4d6e88e;hpb=5d92478b1cb7479f39a43973775a6f6147fba8ac;p=motion.git diff --git a/public/bower_components/lodash/.github/CONTRIBUTING.md b/public/bower_components/lodash/.github/CONTRIBUTING.md index b3427fd..2fd78f8 100644 --- a/public/bower_components/lodash/.github/CONTRIBUTING.md +++ b/public/bower_components/lodash/.github/CONTRIBUTING.md @@ -9,12 +9,11 @@ may have already been discussed or fixed in `master`. To contribute, ## Feature Requests -Feature requests should be submitted in the +Feature requests are always welcome. They should be submitted in the [issue tracker](https://github.com/lodash/lodash/issues), with a description of -the expected behavior & use case, where they’ll remain closed until sufficient interest, -[e.g. :+1: reactions](https://help.github.com/articles/about-discussions-in-issues-and-pull-requests/), -has been shown by the community. Before submitting a request, please search for -similar ones in the +the expected behavior & use case, where they’ll remain closed until sufficient +interest has been shown by the community. Before submitting a request, +please search for similar ones in the [closed issues](https://github.com/lodash/lodash/issues?q=is%3Aissue+is%3Aclosed+label%3Aenhancement). ## Pull Requests @@ -31,9 +30,9 @@ Run unit tests from the command-line via `npm test`, or open `test/index.html` & ## Contributor License Agreement -Lodash is a member of the [jQuery Foundation](https://jquery.org/). -As such, we request that all contributors sign the jQuery Foundation -[contributor license agreement (CLA)](https://contribute.jquery.org/CLA/). +Lodash is a member of the [Dojo Foundation](http://dojofoundation.org/). +As such, we request that all contributors sign the Dojo Foundation +[contributor license agreement (CLA)](http://dojofoundation.org/about/claForm). For more information about CLAs, please check out Alex Russell’s excellent post, [“Why Do I Need to Sign This?”](http://infrequently.org/2008/06/why-do-i-need-to-sign-this/). @@ -62,17 +61,7 @@ established in the code. functions. Guidelines are enforced using [JSCS](https://www.npmjs.com/package/jscs): + ```bash $ npm run style ``` - -## Tips - -You can opt-in to a pre-push git hook by adding an `.opt-in` file to the root of -the project containing: -```txt -pre-push -``` - -With that, when you `git push`, the pre-push git hook will trigger and execute -`npm run validate`.