mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Make a page on how contributors can get help
23
Getting-help-as-a-contributor.md
Normal file
23
Getting-help-as-a-contributor.md
Normal file
@ -0,0 +1,23 @@
|
||||
As you're building PyTorch, if you find yourself in a position where you're stuck or you have an idea for improving your workflow, there are multiple venues you can reach out at:
|
||||
|
||||
# PyTorch Contributor Forum
|
||||
The [PyTorch Dev Discussions](https://dev-discuss.pytorch.org/) forum is for anyone who is making contributions to PyTorch.
|
||||
It's a place to ask for help and share ideas
|
||||
|
||||
# File an Issue
|
||||
File an issue against the Developer Experience (DevX) team when you want some aspect of your code->test->submit workflow fixed.
|
||||
|
||||
This could be a bug with the tooling, frustrations you felt while trying to submit your PR, or something feature that you really wish we had.
|
||||
|
||||
To get the DevX team to see your bug faster, file the issue [here](https://github.com/pytorch/pytorch/issues/new/choose) and then add it to the `PyTorch OSS DevX` project
|
||||

|
||||
|
||||
|
||||
# DevX Office Hours
|
||||
We offer office hours most weeks on Friday, open to everyone. You can bring up problems you're running into or ask about any piece of infrastructure you're curious about.
|
||||
For details on how to join see [DevX Office Hours](https://github.com/pytorch/pytorch/wiki/Dev-Infra-Office-Hours)
|
||||
|
||||
# Slack Channel (Advanced Contributors)
|
||||
For power users who've made multiple contributions or participated significantly on the forums, we also have a Slack channel to discuss advanced topics.
|
||||
|
||||
If you'd like to join, you can [file a request](https://pytorch.org/resources/)
|
Reference in New Issue
Block a user