Skip to content

Commit 2040a8e

Browse files
staabmjzaefferer
authored andcommitted
README: Added links to the docs repos
Closes jquery-validation#1315
1 parent 535033d commit 2040a8e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ If you've wrote custom methods that you'd like to contribute to additional-metho
2828

2929
To run unit tests, you should have a local webserver installed and pointing at your workspace. Then open `http://localhost/jquery-validation/test` to run the unit tests. Start with one browser while developing the fix, then run against others before committing. Usually latest Chrome, Firefox, Safari and Opera and a few IEs.
3030

31+
## Documentation
32+
33+
Please report documentation issues at the [jQuery Validation](https://github.com/jzaefferer/jquery-validation/issues) issue tracker.
34+
In case your pull request implements or changes public API it would be a plus you would provide a pull request against the [jQuery Validation docs](https://github.com/jzaefferer/validation-content) repository.
35+
3136
## Linting
3237

3338
To run JSHint and other tools, use `grunt`.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ For more information on how to setup a rules and customizations, [check the docu
6363
3. Indicate what browsers the issue can be reproduced in. **Note: IE Compatibilty modes issues will not be addressed.**
6464
4. What version of the plug-in is the issue reproducible in. Is it reproducible after updating to the latest version.
6565

66+
Documentation issues are also tracked at the [jQuery Validation](https://github.com/jzaefferer/jquery-validation/issues) issue tracker.
67+
Pull Requests to improve the docs are welcome at the [jQuery Validation docs](https://github.com/jzaefferer/validation-content) repository, though.
68+
6669
## Contributing
6770

6871
See the [Contributing Guide](CONTRIBUTING.md)

0 commit comments

Comments
 (0)