generated from yuecideng/PrimitivesFittingLib
-
Notifications
You must be signed in to change notification settings - Fork 10
How to contribute
Yueci Deng edited this page Apr 2, 2022
·
4 revisions
The contribution meshod is very easy for Misc3D! Just follow the same style guide as Open3D (please see the coding style and style checker).
The exepected procedures:
- (Optional) Create a issue tag with
feature request
to describe the feature you want or you want to implement, and let we discuss the exepected outcome. - Fork Misc3D and create your branch, naming with
your_github_name/xxx
and make your implementation or bug fix. - Check your code and test compilation. (Currently we only check coding style and compilation)
- Pull request your branch into
main
branch of Misc3D.
That's all!