Skip to content

Commit 2dd76f7

Browse files
committed
Add jQuery style guide link
1 parent 1122c04 commit 2dd76f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Thanks for contributing! Here's a few guidelines to help your contribution get landed.
44

55
1. Make sure the problem you're addressing is reproducible. Use jsbin.com or jsfiddle.net to provide a test page.
6-
2. Add or update unit tests along with your patch. Run the unit tests in at least one browser (see below).
7-
3. Run `grunt` (see below) to check for linting and a few other issues.
8-
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"
6+
2. Follow the [jQuery style guide](http://contribute.jquery.com/style-guides/js)
7+
3. Add or update unit tests along with your patch. Run the unit tests in at least one browser (see below).
8+
4. Run `grunt` (see below) to check for linting and a few other issues.
9+
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"
910

1011
## Unit Tests
1112

0 commit comments

Comments
 (0)