pytorch/functorch/CONTRIBUTING.md
Richard Zou 767942dacd Add Pull Request template for functorch (#81995)
The functorch in the pytorch/pytorch repository gets synced to the
pytorch/functorch repository.

This PR template tells people to submit PRs against the pytorch in the
pytorch/pytorch repository.

Also beef up our CONTRIBUTING.md
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81995
Approved by: https://github.com/huydhn
2022-07-25 14:36:22 +00:00

551 B

Contributing

Feedback on our APIs, as well as finding bugs, would be very helpful.

Please feel free to chat us up on the PyTorch Slack, or open an issue at https://github.com/pytorch/functorch if you're interested in contributing.

To contribute a change to functorch, please make sure you are submitting a Pull Request to the functorch folder in https://github.com/pytorch/pytorch repository. The source of truth for functorch has moved there from https://github.com/pytorch/functorch ; the code in the pytorch/functorch repository is read-only.