aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2011-11-21 13:25:07 -0500
committertimmywil <timmywillisn@gmail.com>2011-11-21 13:25:07 -0500
commit65d3dc695540719d0a72ad0c790532aceea39c04 (patch)
tree900d81abe1277b767a80a61b1ab4aefdd827250b /README.md
parent8cb065addc13a8042523b6db4bfd1d80a33c9a46 (diff)
downloadjquery-65d3dc695540719d0a72ad0c790532aceea39c04.tar.gz
jquery-65d3dc695540719d0a72ad0c790532aceea39c04.zip
Landing pull request 611. Adds Contributing to jQuery Guidelines section to readme. Fixes #10611.
More Details: - https://github.com/jquery/jquery/pull/611 - http://bugs.jquery.com/ticket/10611
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index a54a02df5..2ddc333be 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,16 @@
[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
--------------------------------------
@@ -99,7 +109,7 @@ The makefile has some targets to simplify submodule handling:
#### `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`.
#### `make pull_submodules` ####