contribute.jquery.org
contribute.jquery.org copied to clipboard
Developer documentation common to jQuery projects
In `page/support.md`, following the mold of the triage page, put together instructions on the basics of contributing support to other users of jQuery projects, e.g., the forums, IRC, stackoverflow, etc....
[This section](http://contribute.jquery.org/repo-maintainers-guide/#verify-the-author-info-and-cla) needs to be updated as the CLA check is now automatic.
The links regarding the JQuery CLA found in _many_ places (for eample, the "Read & Sign CLA" button on https://contribute.jquery.org/) all lead to the same URL: https://contribute.jquery.org/CLA/ **That** URL redirects...
The [JavaScript Style Guide](https://contribute.jquery.org/style-guide/js/) incorrectly says: > Every jQuery project has a Grunt task for linting all JavaScript files: grunt jshint and then describes the JSHint config. jQuery Core uses...
Every time we have a rewrite or drop support for some browser we engage (at least in Core) in discussion of how to properly write those support comments: > Support:...
I filed a ticket in the wrong ITS after consulting http://contribute.jquery.org/bug-reports/: https://github.com/jquery/jquery/issues/2704 After re-reading the section, I understand that I should have filed that ticket on https://github.com/jquery/api.jquery.com/issues But I also...
Excluding spaces from inside expression parentheses, especially in [loop-statement assignments](https://github.com/jquery/jquery/blob/31b63fc23674ede657f019783ad7b942bb83f9c3/src/attributes/classes.js#L120), has historically been common in jQuery—and used intentionally to visually distinguish _expression_ parentheses from _statement_ parentheses—but was prohibited by https://github.com/jscs-dev/node-jscs/commit/0f78baf08fba75aeba4575608aaa08c384875701...
After a discussion on https://github.com/jquery/api.qunitjs.com/pull/114#issuecomment-150332207, it sounds we might use some examples of our _kickstart_ configuration files we already use on most projects. That might include, not exclusively: - `.editorconfig`...
Most of http://learn.jquery.com/style-guide/ should be moved here as the prose style guide spans everything from READMEs to API documentation to articles and tutorials. The index page will need to be...
As @timmywil commented on https://github.com/jquery/contribute.jquery.org/pull/105#issuecomment-134393037: > We need a replacement for this and I think it should be for all projects. I'd like to be able to enforce some value...