diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-10-18 18:09:04 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-10-18 18:09:37 +0200 |
commit | 934064905cfb021246f1107af0858306aa906cf7 (patch) | |
tree | 7e0146a779859ebe808ba9e6248f60940d411e46 /.github | |
parent | ba81326ffdf60f294c08c7b76168946930736633 (diff) | |
download | jquery-934064905cfb021246f1107af0858306aa906cf7.tar.gz jquery-934064905cfb021246f1107af0858306aa906cf7.zip |
Docs: Remove the CLA checkbox in the pull request template
The EasyCLA status check is required so this won't get missed. The old JSF CLA
is dead, the provided link doesn't return meaningful information. There's no
good replacement link for the old CLA; PR authors are just supposed to sign the
new CLA by clicking on a link posted by the EasyCLA bot when they submit their
first PR since EasyCLA was enabled for the repo.
Closes gh-4937
(cherry picked from commit e124893132d7a979d7987f978e968a1f889348b6)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 98d2331b7..828672208 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,6 @@ should start with an issue. Mention the issue number here. Mark an `[x]` for completed items, if you're not sure leave them unchecked and we can assist. --> -* [ ] All authors have signed the CLA at https://cla.js.foundation/jquery/jquery * [ ] New tests have been added to show the fix or feature works * [ ] Grunt build and unit tests pass locally with these changes * [ ] If needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com |