From: Kost Koniev Date: Tue, 29 Nov 2016 12:43:36 +0000 (+0200) Subject: Adds "sign CLA" link to `CONTRIBUTING.md`. X-Git-Tag: 2.17.1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c924389cfcbd8bea95a6c6fd382d83a80ddd07;p=thirdparty%2Fmoment.git Adds "sign CLA" link to `CONTRIBUTING.md`. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82385e3ed..86765ba8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Read before submitting Pull Requests ==================================== * **Pull requests to the `master` branch will be closed.** Please submit all pull requests to the `develop` branch. - * **You will be required to sign a JS Foundation CLA before your pull request can be merged.** + * **You will be required to sign a JS Foundation CLA before your pull request can be merged.** [Sign it right now](https://cla.js.foundation/moment/moment). * **Locale translations will not be merged without unit tests.** See [the British English unit tests](https://github.com/moment/moment/blob/develop/src/test/locale/en-gb.js) for an example. * **Do not include the minified files in your pull request.** These are `moment.js`, `locale/*.js`, `min/*.js`. Don't worry, we'll build them when