diff options
author | Maira Wenzel <mairaw@microsoft.com> | 2018-02-02 06:47:49 -0800 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2018-02-02 06:47:49 -0800 |
commit | 0372c1b52241197b34a5670c8dbcbfef132829d1 (patch) | |
tree | 12eb40f3f7d2bf26b2f69f6e09f800fe607e86e1 /Documentation/project-docs | |
parent | 8da05bffff1f13eda93f94fd922969c0f361e2f0 (diff) | |
download | coreclr-0372c1b52241197b34a5670c8dbcbfef132829d1.tar.gz coreclr-0372c1b52241197b34a5670c8dbcbfef132829d1.tar.bz2 coreclr-0372c1b52241197b34a5670c8dbcbfef132829d1.zip |
update cla link (#16170)
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r-- | Documentation/project-docs/contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md index 4c84f0f5ae..6ccf343b55 100644 --- a/Documentation/project-docs/contributing.md +++ b/Documentation/project-docs/contributing.md @@ -94,9 +94,9 @@ Also do your best to factor commits appropriately, not too large with unrelated Contributor License Agreement ----------------------------- -You must sign a [.NET Foundation Contribution License Agreement (CLA)](http://cla2.dotnetfoundation.org) before your PR will be merged. This is a one-time requirement for projects in the .NET Foundation. You can read more about [Contribution License Agreements (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) on Wikipedia. +You must sign a [.NET Foundation Contribution License Agreement (CLA)](https://cla.dotnetfoundation.org) before your PR will be merged. This is a one-time requirement for projects in the .NET Foundation. You can read more about [Contribution License Agreements (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) on Wikipedia. -The agreement: [net-foundation-contribution-license-agreement.pdf](https://cla2.dotnetfoundation.org/cladoc/net-foundation-contribution-license-agreement.pdf) +The agreement: [net-foundation-contribution-license-agreement.pdf](https://github.com/dotnet/home/blob/master/guidance/net-foundation-contribution-license-agreement.pdf) You don't have to do this up-front. You can simply clone, fork, and submit your pull-request as usual. When your pull-request is created, it is classified by a CLA bot. If the change is trivial (for example, you just fixed a typo), then the PR is labelled with `cla-not-required`. Otherwise it's classified as `cla-required`. Once you signed a CLA, the current and all future pull-requests will be labelled as `cla-signed`. |