mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Update CONTRIBUTING.md to reflect changes from CLA to DCO (#7135)
Copy changes from https://github.com/deepspeedai/DeepSpeed-MII/pull/558. Fixes issue where docs still referenced CLA. --------- Signed-off-by: Logan Adams <loadams@microsoft.com>
This commit is contained in:
@ -48,16 +48,15 @@ pytest run_sanity_check.py
|
||||
```
|
||||
Note that the `--forked` flag is not necessary for the model tests.
|
||||
|
||||
## Contributor License Agreement
|
||||
This project welcomes contributions and suggestions. Most contributions require you to
|
||||
agree to a Contributor License Agreement (CLA) declaring that you have the right to, and
|
||||
actually do, grant us the rights to use your contribution. For details, visit
|
||||
https://cla.opensource.microsoft.com.
|
||||
## Developer Certificate of Origin
|
||||
This project welcomes contributions and suggestions. All contributions to deepspeedai projects
|
||||
require commits to be signed off with a [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin)
|
||||
(DCO) declaring that you have the right to, and actually do, grant us the rights to use your contribution.
|
||||
|
||||
When you submit a pull request, a CLA bot will automatically determine whether you need
|
||||
to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply
|
||||
follow the instructions provided by the bot. You will only need to do this once across
|
||||
all repos using our CLA.
|
||||
When you submit a pull request, the DCO app will check for the presence of signed commits.
|
||||
Information about how this check works is here: https://github.com/dcoapp/app?tab=readme-ov-file#how-it-works
|
||||
|
||||
To sign commits, you will need to include `-s` when running `git commit`. For example, `git commit -s -m "Commit message"`. One note, creating PRs via the GitHub interface do not appear to include this option. If you forget this, clicking on the failing check in your PR will point you to commands you can run to rebase and sign previous commits.
|
||||
|
||||
## Code of Conduct
|
||||
This project has adopted the [Microsoft Open Source Code of
|
||||
|
Reference in New Issue
Block a user