Skip to content

Commit 65d3dc6

Browse files
rwaldrontimmywil
authored andcommitted
Landing pull request 611. Adds Contributing to jQuery Guidelines section to readme. Fixes #10611.
More Details: - jquery#611 - http://bugs.jquery.com/ticket/10611
1 parent 8cb065a commit 65d3dc6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
[jQuery](http://jquery.com/) - New Wave JavaScript
22
==================================================
33

4+
Contribution Guides
5+
--------------------------------------
6+
7+
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:
8+
1. [Getting Involved](http://docs.jquery.com/Getting_Involved)
9+
2. [Core Style Guide](http://docs.jquery.com/JQuery_Core_Style_Guidelines)
10+
3. [Tips For Bug Patching](http://docs.jquery.com/Tips_for_jQuery_Bug_Patching)
11+
12+
13+
414
What you need to build your own jQuery
515
--------------------------------------
616

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

100110
#### `make update_submodules` ####
101111

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

105115
#### `make pull_submodules` ####

0 commit comments

Comments
 (0)