From b23fa85953e94ce1a3cf55fdb76f1799379a3f45 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 29 Nov 2021 06:31:54 +0530 Subject: [PATCH 1/3] docs: udpate CLA info --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f2246f3b4e..2dc678dfd66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ To report a security vulnerability in ESLint, please use our [HackerOne program] ## Contributing Code -Please sign our [Contributor License Agreement](https://cla.js.foundation/eslint/eslint) and read over the [Pull Request Guidelines](https://eslint.org/docs/developer-guide/contributing/pull-requests). +In order to submit code or documentation to an ESLint project, you’ll be asked to sign our CLA when you send your first pull request but you can preview the CLA at this [URL](https://cla.openjsf.org/). Also, please read over the [Pull Request Guidelines](https://eslint.org/docs/developer-guide/contributing/pull-requests). ## Full Documentation From 34f3e4ee28ffd9c183691c4fd1fa702640a69d7c Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 8 Dec 2021 07:03:50 +0530 Subject: [PATCH 2/3] docs: update CONTRIBUTING.md Co-authored-by: Nicholas C. Zakas --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dc678dfd66..af6f1187a20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ To report a security vulnerability in ESLint, please use our [HackerOne program] ## Contributing Code -In order to submit code or documentation to an ESLint project, you’ll be asked to sign our CLA when you send your first pull request but you can preview the CLA at this [URL](https://cla.openjsf.org/). Also, please read over the [Pull Request Guidelines](https://eslint.org/docs/developer-guide/contributing/pull-requests). +In order to submit code or documentation to an ESLint project, you’ll be asked to sign our CLA when you send your first pull request. (Read more about the Open JS Foundation CLA process at https://cla.openjsf.org/.) Also, please read over the [Pull Request Guidelines](https://eslint.org/docs/developer-guide/contributing/pull-requests). ## Full Documentation From 9d4115907bfd0ebd3e0360c9ffa477e2a8bb1890 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 8 Dec 2021 07:09:39 +0530 Subject: [PATCH 3/3] fix: lint --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af6f1187a20..40163d86847 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ To report a security vulnerability in ESLint, please use our [HackerOne program] ## Contributing Code -In order to submit code or documentation to an ESLint project, you’ll be asked to sign our CLA when you send your first pull request. (Read more about the Open JS Foundation CLA process at https://cla.openjsf.org/.) Also, please read over the [Pull Request Guidelines](https://eslint.org/docs/developer-guide/contributing/pull-requests). +In order to submit code or documentation to an ESLint project, you’ll be asked to sign our CLA when you send your first pull request. (Read more about the Open JS Foundation CLA process at .) Also, please read over the [Pull Request Guidelines](https://eslint.org/docs/developer-guide/contributing/pull-requests). ## Full Documentation