Added note about Dev Infra Office Hours in CONTRIBUTING.md (#76667) (#77883)

Fixes #76667

Pull Request resolved: https://github.com/pytorch/pytorch/pull/77883
Approved by: https://github.com/janeyx99, https://github.com/zengk95
This commit is contained in:
Sarah Wang 2022-05-20 19:44:38 +00:00 committed by PyTorch MergeBot
parent bb7fd1fcfb
commit 86a0b9621b

View file

@ -49,6 +49,7 @@
- [Caffe2 notes](#caffe2-notes)
- [CI failure tips](#ci-failure-tips)
- [Which commit is used in CI?](#which-commit-is-used-in-ci)
- [Dev Infra Office Hours](#dev-infra-office-hours)
<!-- tocstop -->
@ -194,6 +195,7 @@ with `brew install cmake` if you are developing on MacOS or Linux system.
```
remove any `submodule.*` settings in your local git config (`.git/config` of your pytorch repo) and try again.
* If you're a Windows contributor, please check out [Best Practices](https://github.com/pytorch/pytorch/wiki/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows).
* For help with any part of the contributing process, please dont hesitate to utilize our Zoom office hours! See details [here](https://github.com/pytorch/pytorch/wiki/Dev-Infra-Office-Hours)
## Nightly Checkout & Pull
@ -1310,3 +1312,6 @@ your PR branch. If you happen to have write access to this repo, you can choose
to use `ghstack` to eliminate this nondeterminism for GitHub Actions jobs on
your PRs, but it will still be present for the select CircleCI jobs listed
above.
## Dev Infra Office Hours
[Dev Infra Office Hours](https://github.com/pytorch/pytorch/wiki/Dev-Infra-Office-Hours) are hosted every Friday to answer any questions regarding developer experience, Green HUD, and CI.