Skip to content

Commit 6659900

Browse files
authored
Remove Contributor License Agreement (CLA) in favor of certification in contributing.md (#267)
Signed-off-by: Will Engler <[email protected]>
1 parent a2fbc6f commit 6659900

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Before a pull request can be merged, the following items must be checked:
1010
* [ ] Doc strings have been added in the [Google docstring format](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html#example-google).
1111
* [ ] Run [ruff](https://beta.ruff.rs/docs/rules/#pydocstyle-d) on your code.
1212
* [ ] Tests have been added for any new functionality or bug fixes.
13+
* [ ] I have read and agree to the Contributor's Certification in [CONTRIBUTING.md](CONTRIBUTING.md).
1314

1415
We highly recommended installing the pre-commit hooks running in CI locally to speedup the development process. Simply run `pip install pre-commit && pre-commit install` to install the hooks which will check your code before each commit.

CONTRIBUTING.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Contributing to TorchSim
22

3-
TorchSim is an experimental library and we would appreciate any feedback from the community.
3+
TorchSim welcomes contributions and feedback from the community.
44

5-
## Contributor License Agreement (CLA)
5+
## Contributor's Certification
66

7-
Before contributing, you'll need to sign our Contributor License Agreement (CLA). This is a one-time requirement that covers all Radical AI open source projects. The CLA allows you to maintain ownership of your contributions while granting Radical AI the necessary rights to use them.
7+
By making a contribution to this project, you certify that you agree to the following:
88

9-
[Radical AI CLA](https://www.radical-ai.com/oss)
9+
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
1010

11-
Our CLA-bot will automatically verify your signature on pull requests. For questions about the CLA, contact [email protected].
11+
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
12+
13+
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
14+
15+
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
1216

1317
## Code Reviews
1418

0 commit comments

Comments
 (0)