From 2dd76f73b78c07ae2bf4a0264820e3418f5cdfe6 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 6 May 2013 14:47:39 -0300 Subject: [PATCH] Add jQuery style guide link --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85513dd..597416a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,9 +3,10 @@ Thanks for contributing! Here's a few guidelines to help your contribution get landed. 1. Make sure the problem you're addressing is reproducible. Use jsbin.com or jsfiddle.net to provide a test page. -2. Add or update unit tests along with your patch. Run the unit tests in at least one browser (see below). -3. Run `grunt` (see below) to check for linting and a few other issues. -4. Describe the change in your commit message and reference the ticket, like this: "Fixed delegate bug for dynamic-totals demo. Fixes #51". If you're adding a new localization file, use something like this: "Added croatian (HR) localization" +2. Follow the [jQuery style guide](http://contribute.jquery.com/style-guides/js) +3. Add or update unit tests along with your patch. Run the unit tests in at least one browser (see below). +4. Run `grunt` (see below) to check for linting and a few other issues. +5. Describe the change in your commit message and reference the ticket, like this: "Fixed delegate bug for dynamic-totals demo. Fixes #51". If you're adding a new localization file, use something like this: "Added croatian (HR) localization" ## Unit Tests