Skip to content

How to contribute

Yueci Deng edited this page Apr 2, 2022 · 4 revisions

Contribution Methods

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:

  1. (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.
  2. Fork Misc3D and create your branch, naming with your_github_name/xxx and make your implementation or bug fix.
  3. Check your code and test compilation. (Currently we only check coding style and compilation)
  4. Pull request your branch into main branch of Misc3D.

That's all!

Clone this wiki locally