If you would like to contribute code to this project you can do so through GitHub by forking the repository and sending a pull request. Please follow the detailed steps below. Before RDK accepts your code into the project you must sign the RDK Contributor License Agreement (CLA).
- Please use latest sprint branch, that is named by
YYMM_sprint
. Please use the branch with cloest year and month. (e.g. In 2021 October, the closest sprint branch could be2108_sprint
) - Run
make test
to make sure your test passed the CI test. (see test steps here) - Submit a PR against the chosen sprint branch.
- The PR will be reviewed and if accepted merged into the sprint branch.
- All changes in sprint branch are accepted into release branch
stable2
by planned releases.