aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Docs: update watch task in CONTRIBUTING.mdTimmy Willison2023-09-201-2/+2
| | | Close gh-5331
* Docs: add link to patchwelcome and help wanted issuesTimmy Willison2022-06-271-0/+2
|
* Docs: add link to preview the new CLAsTimmy Willison2022-01-311-1/+2
| | | Close gh-5009
* Docs: Update the URL to the latest jQuery build in CONTRIBUTING.mdMichał Gołębiowski-Owczarek2021-11-181-1/+1
| | | | | | | It used to say https://code.jquery.com/jquery.js but that's a frozen URL to jQuery 1.11.1. Let's switch that to the URL to the Git build, i.e. https://releases.jquery.com/git/jquery-git.js. Closes gh-4972
* Build: Rename master to main across the repositoryMichał Gołębiowski-Owczarek2021-02-051-3/+3
| | | | | | The default branch was updated, this updates the remaining occurrences in code & comments. Closes gh-4838
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | Migrate all source AMD modules to ECMAScript modules. The final bundle is compiled by a custom build process that uses Rollup under the hood. Test files themselves are still loaded via RequireJS as that has to work in IE 11. Tests can now be run in "Load as modules" mode which replaces the previous "Load with AMD" option. That option of running tests doesn't work in IE and Edge as it requires support for dynamic imports. Some of the changes required by the migration: * check `typeof` of `noGlobal` instead of using the variable directly as it's not available when modules are used * change the nonce module to be an object as ECMASscript module exports are immutable * remove some unused exports * import `./core/parseHTML.js` directly in `jquery.js` so that it's not being cut out when the `ajax` module is excluded in a custom compilation Closes gh-4541
* Build: jQuery Foundation -> JS FoundationTimmy Willison2016-12-051-2/+2
| | | | Close gh-3414
* Docs: add note about code organization with AMDTimmy Willison2016-01-141-0/+6
| | | | | Fixes gh-2750 Close gh-2832
* Docs: remove compat referencesTimmy Willison2016-01-141-2/+0
|
* Docs: Updated links to https where they are supported.Jon Dufresne2016-01-131-12/+12
| | | | Close gh-2746
* Docs: Reference new feature guidelines and API tenetsRichard Gibson2016-01-131-2/+4
| | | | | Fixes gh-2320 Close gh-2697
* Docs: add a note about loading source with AMDTimmy Willison2015-11-171-7/+14
| | | | | | | | | - Moves the note about the watch task and the note about loading with AMD to their own section under "Test Suite Tips" Fixes gh-2714 Close gh-2725
* Docs: "npm run build" was missing from the contributing guidesRichard Kraaijenhagen2015-10-121-0/+6
| | | | Close gh-2537
* CONTRIBUTING: Condense info and add directions to other resourcesDave Methvin2014-12-041-111/+23
| | | | Fixes gh-1824
* Docs: 1.x-master branch -> compat branch; 2.x branch -> master branchTimmy Willison2014-11-031-1/+1
|
* Misc: Update all references to bugs.jquery.comArthur Verschaeve2014-10-191-1/+1
| | | | | Fixes gh-1681 Closes gh-1716
* CONTRIBUTING: Close parenthesisAmit Merchant2014-09-031-1/+1
| | | | Closes gh-1648
* Docs: Link to the browser support page in CONTRIBUTING.mdMichał Gołębiowski2014-01-061-7/+3
| | | | | Instead of duplicating the supported browsers matrix, just link to the browser support page on jquery.com.
* CONTRIBUTING: Fixed link to style guideScott González2013-12-171-1/+1
|
* Correct oldIE-related comments, revert some workarounds. Close gh-1207.Michał Gołębiowski2013-04-041-2/+4
|
* Fix broken link in CONTRIBUTING.md, close gh-1132.Ryunosuke SATO2013-01-201-3/+3
|
* Fixes to contributing.md. Closes gh-931Callum Macrae2012-09-251-6/+5
|
* CONTRIBUTING.md: more contents linksRick Waldron2012-09-171-2/+4
|
* CONTRIBUTING.md: adds top headerRick Waldron2012-09-171-1/+1
|
* CONTRIBUTING.md: fixes fragment url, #jquery-core-style-guideRick Waldron2012-09-171-1/+1
|
* Second draft of CONTRIBUTING.mdRick Waldron2012-09-171-7/+210
|
* Initial draft of CONTRIBUTING.mdRick Waldron2012-09-171-0/+12