From: Tim Wood Date: Fri, 11 Jan 2013 19:14:42 +0000 (-0800) Subject: Update CONTRIBUTING.md X-Git-Tag: 2.1.0~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbd38b6597bf3002495a524087ecf523d2e1af2;p=thirdparty%2Fmoment.git Update CONTRIBUTING.md --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b03057614..d0782c0f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,17 @@ +All pull requests to the `master` branch will be closed. +======================================================== + +Please submit all pull requests to the `develop` branch. + +Language translations will not be merged without unit tests. +============================================================ + +See [the english unit tests](https://github.com/timrwood/moment/blob/develop/test/lang/en.js) for an example. + Submitting Issues ================= -If you are submitting a bug with moment, please create a [jsfiddle](http://jsfiddle.net/) demonstrating the issue. +If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/) demonstrating the issue. Contributing ============