mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +01:00
Add jQuery style guide link
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user