Skip to content

Commit 8ea2f3a

Browse files
author
Chris Mc
authored
Fix link to CLA (conan-io#19007)
1 parent 27b1d23 commit 8ea2f3a

File tree

4 files changed

+3
-26
lines changed

4 files changed

+3
-26
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To contribute follow the next steps:
2323

2424
1. Comment in the corresponding issue that you want to contribute the package/fix proposed. If there is no open issue, we strongly suggest
2525
opening one to gather feedback.
26-
2. Make sure to [request access](docs/adding_packages/README.md#request-access) and be aware there is a [CLA](docs/CONTRIBUTOR_LICENSE_AGREEMENT.md).
26+
2. Make sure to [request access](docs/adding_packages/README.md#request-access) and be aware there is a [contributor licenses agreement](https://cla-assistant.io/conan-io/conan-center-index).
2727
3. Get setup by following the [Developing Recipes](docs/developing_recipes_locally.md) guide and learn the basic commands.
2828
4. Check the [How To Add Packages](docs/adding_packages/README.md) page for the break down of ConanCenterIndex specific conventions and practices.
2929
5. In your fork create a `package/xxx` branch from the `master` branch and develop

docs/CONTRIBUTOR_LICENSE_AGREEMENT.md

-23
This file was deleted.

docs/adding_packages/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generally approved on a weekly basis. Feel free to continue to step :two: while
3030
> All interactions are subject to the expectations of the [code of conduct](../code_of_conduct.md). Any misuse or inappropriate behavior
3131
> are subject to the same principals.
3232
33-
When submitting a pull request for the first time, you will be prompted to sign the [CLA](../CONTRIBUTOR_LICENSE_AGREEMENT.md) for your
33+
When submitting a pull request for the first time, you will be prompted to sign the [CLA](https://cla-assistant.io/conan-io/conan-center-index) for your
3434
code contributions. You can view your signed CLA's by going to <https://cla-assistant.io/> and signing in.
3535

3636
## Inactivity and user removal

docs/review_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The bot runs Automatic Merges every 20 minutes. Currently, it can only merge a s
101101
PR is selected for the merge only if:
102102

103103
- Author is already [approved](https://github.com/conan-io/conan-center-index/issues/4).
104-
- Author has signed the [CLA](CONTRIBUTOR_LICENSE_AGREEMENT.md).
104+
- Author has signed the [CLA](https://cla-assistant.io/conan-io/conan-center-index).
105105
- PR is not a Draft.
106106
- PR has a green status (successful build).
107107
- PR doesn't have merge conflicts with `master` branch.

0 commit comments

Comments
 (0)