Thanks for your interest in our project.
This project is under Apache 2.0.
Make sure you have signed Individual Contributor License Agreement (CLA). If you have signed, please read Developer signature verification. If not, please continue to read.
Considering environmental protection and efficiency, currently only supported "electronic signatures".
- Download [Individual Contributor License Agreement] (https://cdn.cnbj2m.fds.api.mi-img.com/cyberdog-package/packages/doc_materials/cla_zh_en.pdf)
- Use PDF to sign the agreement. Note that the signatures need to be handwritten (electronic signature).
- Send the signed agreement to the email[email protected]
Developers require to use the email that signed the CLA to sign the submitted changes, which means using git commit -s
to submit.
All submissions are processed according to Merge Request, and only accept processes similar to Pull Request on GitHub.
All codes related to ROS 2 follow ROS 2 coding style. Please read Code style and language versions for more details. It is recommended that using ament_lint
(https://github.com/ament/ament_lint) tool or colcon test
to check before submitting the code.
All our repositories are divided into two branches for development, which are devel
and master
.
- The
devel
branch is a development branch and it is used for daily merge requests and bundle repositories. - The
master
branch is used to store the stable version. If and only when a new version needs to be released, freeze thedevel
branch and create a merge request from thedevel
branch, and perform the following steps:
- Modify
CHANGELOG
, sort out new features and pre-fixed bugs in the pre-release, and determine the release version. - Pass by CI, including construction and testing.
- The test engineer will fully test the new functions and issues proposed in the step 1. If there is a problem, the relevant developers are required to submit the repair code to the
devel
branch timely according to the method of fixing the problem. - If step 3 is passed, the code and binary package of the project will be packaged and encapsulated.
- Release in the interface.