add steps for cla

This commit is contained in:
fyears 2024-04-30 00:13:27 +08:00
parent 605bffa471
commit c61efd1367
3 changed files with 21 additions and 2 deletions

View File

@ -1,9 +1,22 @@
# Contributing
Starting from April 29, 2024, all individual contributors' contributions are only possibly accepted after they sign the CLA.
## What
Open a pull request and a bot will show the steps.
Starting from April 29, 2024, all individual contributors' contributions are only possibly accepted after they sign the CLA.
We do not accept corporate contributions at this moment.
You can check out [CLA](./CLA.md).
## Steps
1. Make some changes to the code. Open a pull request.
2. A rebot will check the status.
![robot check](./assets/cla-process/cla-robot-alert.png)
3. Read the [CLA](./CLA.md) carefully and make a decision.
4. If you decide to sign the CLA, please make a comment "I have read the CLA Document and I hereby sign the CLA".
5. If you decide to not sign the CLA, please close the PR.
6. The robot should recheck and pass the check automatically.
![robot recheck](./assets/cla-process/cla-sign-and-pass.png)
7. Your pr will be reviewed.
8. If you sign the CLA and submit some more PRs, the robot should pass the test automatically.

BIN
assets/cla-process/cla-robot-alert.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/cla-process/cla-sign-and-pass.png (Stored with Git LFS) Normal file

Binary file not shown.