mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 06:10:34 +08:00
Lint codebase
Summary: Lint codebase Reviewed By: bottler Differential Revision: D29263057 fbshipit-source-id: ac97f01d2a79fead3b09c2cbb21b50ce688a577d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ce60d4b00e
commit
7e43f29d52
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -43,7 +43,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) 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.
|
||||
|
||||
## Coding Style
|
||||
## Coding Style
|
||||
We follow these [python](http://google.github.io/styleguide/pyguide.html) and [C++](https://google.github.io/styleguide/cppguide.html) style guides.
|
||||
|
||||
For the linter to work, you will need to install `black`, `flake`, `isort` and `clang-format`, and
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/bugs.md
vendored
2
.github/ISSUE_TEMPLATE/bugs.md
vendored
@@ -27,4 +27,4 @@ Please include the following (depending on what the issue is):
|
||||
```
|
||||
|
||||
Please also simplify the steps as much as possible so they do not require additional resources to
|
||||
run, such as a private dataset.
|
||||
run, such as a private dataset.
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/questions-help.md
vendored
4
.github/ISSUE_TEMPLATE/questions-help.md
vendored
@@ -17,5 +17,5 @@ Also note the following:
|
||||
please use the "Bugs / Unexpected behaviors" issue template.
|
||||
|
||||
2. We do not answer general machine learning / computer vision questions that are not specific to
|
||||
PyTorch3D, such as how a model works or what algorithm/methods can be
|
||||
used to achieve X.
|
||||
PyTorch3D, such as how a model works or what algorithm/methods can be
|
||||
used to achieve X.
|
||||
|
||||
Reference in New Issue
Block a user