diff options
author | Timmy Willison <4timmywil@gmail.com> | 2022-01-31 17:20:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 22:20:23 +0000 |
commit | 683ceb8ff067ac53a7cb464ba1ec3f88e353e3f5 (patch) | |
tree | 95403c0e3e666ccb923d8deef15021741de307bd | |
parent | a338b407f2479f82df40635055effc163835183f (diff) | |
download | jquery-683ceb8ff067ac53a7cb464ba1ec3f88e353e3f5.tar.gz jquery-683ceb8ff067ac53a7cb464ba1ec3f88e353e3f5.zip |
Docs: add link to preview the new CLAs
Close gh-5009
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0287b10a6..fbda1f67e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,9 @@ Note: This is the code development repository for *jQuery Core* only. Before ope We're always looking for help [identifying bugs](#how-to-report-bugs), writing and reducing test cases, and improving documentation. And although new features are rare, anything passing our [guidelines](https://github.com/jquery/jquery/wiki/Adding-new-features) will be considered. -More information on how to contribute to this and other jQuery organization projects is at [contribute.jquery.org](https://contribute.jquery.org), including a short guide with tips, tricks, and ideas on [getting started with open source](https://contribute.jquery.org/open-source/). Please review our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain a fork and submit patches. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla/). +More information on how to contribute to this and other jQuery organization projects is at [contribute.jquery.org](https://contribute.jquery.org), including a short guide with tips, tricks, and ideas on [getting started with open source](https://contribute.jquery.org/open-source/). Please review our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain a fork and submit patches. +When opening a pull request, you'll be asked to sign our Contributor License Agreement. Both the Corporate and Individual agreements can be [previewed on GitHub](https://github.com/openjs-foundation/easycla). ## Questions and Discussion |