mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
Summary: Some updates to the issue templates, readme and install.md Creating an FAQ for installation similar to: https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md#common-installation-issues Reviewed By: gkioxari Differential Revision: D21117899 fbshipit-source-id: d287c3a7a99c2e425b4e0cffca55a7b225d79e11
22 lines
838 B
Markdown
22 lines
838 B
Markdown
---
|
|
name: "\U0001F680 Feature Request"
|
|
about: Submit a proposal/request for a new PyTorch3D feature
|
|
|
|
---
|
|
|
|
## 🚀 Feature
|
|
<!-- A clear and concise description of the feature proposal -->
|
|
|
|
NOTE: Please look at the existing list of Issues tagged with the label ['enhancement`](https://github.com/facebookresearch/pytorch3d/issues?q=label%3Aenhancement). **Only open a new issue if you do not see your feature request there**.
|
|
|
|
## Motivation
|
|
|
|
<!-- Please outline the motivation for the proposal.
|
|
e.g. It would be great if I could do [...], I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too -->
|
|
|
|
## Pitch
|
|
|
|
<!-- A clear and concise description, optionally with code examples showing the functionality you want. -->
|
|
|
|
NOTE: we only consider adding new features if they are useful for many users.
|