You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,10 +15,10 @@ have to jump a couple of legal hurdles.
15
15
Please fill out either the individual or corporate Contributor License Agreement
16
16
(CLA).
17
17
18
-
* If you are an individual writing original source code and you're sure you
19
-
own the intellectual property, then you'll need to sign an [individual CLA](https://developers.google.com/open-source/cla/individual).
20
-
* If you work for a company that wants to allow you to contribute your work,
21
-
then you'll need to sign a [corporate CLA](https://developers.google.com/open-source/cla/corporate).
18
+
- If you are an individual writing original source code and you're sure you
19
+
own the intellectual property, then you'll need to sign an [individual CLA](https://developers.google.com/open-source/cla/individual).
20
+
- If you work for a company that wants to allow you to contribute your work,
21
+
then you'll need to sign a [corporate CLA](https://developers.google.com/open-source/cla/corporate).
22
22
23
23
Follow either of the two links above to access the appropriate CLA and
24
24
instructions for how to sign and return it. Once we receive it, we'll be able to
@@ -39,6 +39,8 @@ accept your pull requests.
39
39
40
40
### Before you begin
41
41
42
+
> ⚠️ Due to the server mocking library `nock`[not supporting native fetch](https://github.com/nock/nock/issues/2397) tests for `release-please` require a version of node lesser than v18. Tests have been confirmed to pass successfully when using node v16.
0 commit comments