Skip to content

Commit

Permalink
Landing pull request 611. Adds Contributing to jQuery Guidelines sect…
Browse files Browse the repository at this point in the history
…ion to readme. Fixes #10611.

More Details:
 - jquery#611
 - http://bugs.jquery.com/ticket/10611
  • Loading branch information
rwaldron authored and timmywil committed Nov 21, 2011
1 parent 8cb065a commit 65d3dc6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
@@ -1,6 +1,16 @@
[jQuery](http://jquery.com/) - New Wave JavaScript [jQuery](http://jquery.com/) - New Wave JavaScript
================================================== ==================================================


Contribution Guides
--------------------------------------

In the spirit of open source software development, jQuery always encourages community code contribution. To help you get started and before you jump into writing code, be sure to read these important contribution guidelines thoroughly:
1. [Getting Involved](http://docs.jquery.com/Getting_Involved)
2. [Core Style Guide](http://docs.jquery.com/JQuery_Core_Style_Guidelines)
3. [Tips For Bug Patching](http://docs.jquery.com/Tips_for_jQuery_Bug_Patching)



What you need to build your own jQuery What you need to build your own jQuery
-------------------------------------- --------------------------------------


Expand Down Expand Up @@ -99,7 +109,7 @@ The makefile has some targets to simplify submodule handling:


#### `make update_submodules` #### #### `make update_submodules` ####


checks out the commit pointed to by jquery, but merges your local changes, if any. This target is executed checks out the commit pointed to by jquery, but merges your local changes, if any. This target is executed
when you are doing a normal `make`. when you are doing a normal `make`.


#### `make pull_submodules` #### #### `make pull_submodules` ####
Expand Down

0 comments on commit 65d3dc6

Please sign in to comment.