aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-09-17 14:29:58 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-09-17 14:29:58 -0400
commit3cb36f7a42a200cead4723841015f61301b02a52 (patch)
tree3288cea1bde2f459f04f66f649eb213660ae9701 /CONTRIBUTING.md
parent86f8d9f1a5097b3b9d80cde3a6cc8ecde9956bac (diff)
downloadjquery-3cb36f7a42a200cead4723841015f61301b02a52.tar.gz
jquery-3cb36f7a42a200cead4723841015f61301b02a52.zip
Initial draft of CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..5286172bd
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,12 @@
+# jQuery Contribution Guidelines
+
+In the spirit of open source software development, jQuery always encourages community code contribution.
+
+Contributors to jQuery should be willing to sign our [jQuery Contributor License Agreement (CLA)](http://jquery.github.com/cla.html) which indicates you're allowing the project to license your code and that you have the right to grant that license. If you are employed or have created some of the code under a paid contract, please ensure that other parties agree with the decision to contribute.
+
+
+Once you've submitted the CLA, please read the following contribution guidelines...
+
+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)