We want to make contributing to this project as easy and transparent as possible.
We actively welcome your pull requests.
However, if you're adding any significant features, please make sure to have a corresponding issue to outline your proposal and motivation and allow time for us to give feedback, before you send a PR. We do not always accept new features, and we take the following factors into consideration:
When sending a PR, please ensure you complete the following steps:
master
. Follow the instructions
in INSTALL.md to build the repo.cd pytorch3d/tests
python -m unittest -v
dev/linter.sh
from the project root.In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.
Complete your CLA here: https://code.facebook.com/cla
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
Facebook has a bounty program for the safe disclosure of security bugs. In those cases, please go through the process outlined on that page and do not file a public issue.
We follow these python and C++ style guides.
For the linter to work, you will need to install black
, flake
, isort
and clang-format
, and
they need to be fairly up to date.
By contributing to PyTorch3D, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.
Sign in for post a comment
Comment ( 0 )