Skip to content

Commit ba82b83

Browse files
zou3519facebook-github-bot
authored andcommitted
Add Pull Request template for functorch (#81995) (#81995)
Summary: 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 X-link: pytorch/pytorch#81995 Approved by: https://github.com/huydhn Reviewed By: osalpekar Differential Revision: D38121841 Pulled By: zou3519 fbshipit-source-id: 45fcef8af69666ab71f86b9774dd1a4a9723e830
1 parent 091826f commit ba82b83

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
## Contributing
22
Feedback on our APIs, as well as finding bugs, would be very helpful.
3+
4+
Please feel free to chat us up on the PyTorch Slack, or open an issue
5+
at https://github.com/pytorch/functorch if you're interested in
6+
contributing.
7+
8+
To contribute a change to functorch, please make sure you are submitting a
9+
Pull Request to the functorch folder in https://github.com/pytorch/pytorch
10+
repository. The source of truth for functorch has moved there from
11+
https://github.com/pytorch/functorch ; the code in the pytorch/functorch
12+
repository is read-only.

pull_request_template.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
To contribute a change to functorch, please make sure you are submitting a
2+
Pull Request to the functorch folder in https://github.com/pytorch/pytorch
3+
repository. The source of truth for functorch has moved there from
4+
https://github.com/pytorch/functorch ; the pytorch/functorch repository
5+
is now read-only.

0 commit comments

Comments
 (0)