summaryrefslogtreecommitdiff
path: root/CODEOWNERS
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06Update CODEOWNERS (#17720)Pieter Noordhuis1-4/+4
Summary: teng-li is passing the baton to mrshenli. Thanks for all your work on distributed teng-li!! :tada: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17720 Differential Revision: D14350120 Pulled By: pietern fbshipit-source-id: edfe784520c54630203cc8fbb296455d3dbf341b
2019-01-17Add @yf225 to cpp codeownerWill Feng1-3/+3
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16120 Differential Revision: D13718880 Pulled By: yf225 fbshipit-source-id: 1c0a41ffba71855a3ad88b8d263ba2bd5076351d
2018-10-22remove onnx CODEOWNERS entries (#12941)Anders Papitto1-5/+0
Summary: we don't need these anymore; let's reduce notification spam Pull Request resolved: https://github.com/pytorch/pytorch/pull/12941 Reviewed By: bddppq Differential Revision: D10492266 Pulled By: anderspapitto fbshipit-source-id: 3251b6d0160f773d17b64afc504216323d61276a
2018-10-11Delete "default" codeowners from root directories. (#12584)Edward Yang1-12/+3
Summary: We will still have an informal notion of codeowner, but it is not necessary to get a review from these people in particular for these directories. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/12584 Differential Revision: D10348999 Pulled By: ezyang fbshipit-source-id: 97331ec4bab9f1aa02af82b71ad525a44ad1e7fe
2018-09-13Try to delete codeowners for ATen/core (#10693)Edward Yang1-0/+1
Summary: Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/10693 Reviewed By: soumith Differential Revision: D9772210 Pulled By: ezyang fbshipit-source-id: 14560eaf77441980e9784536acd0ffe20b15c5b8
2018-09-06Add include path to Doxygen preprocessing and add some documentation (#11313)Peter Goldsborough1-0/+1
Summary: 1. Add documentation to Linear and improve documentation for RNNs 2. Fix preprocessing in C++ docs by adding correct include path 3. Make myself and ebetica codeowner of docs/cpp to improve development speed ebetica ezyang soumith Pull Request resolved: https://github.com/pytorch/pytorch/pull/11313 Differential Revision: D9683615 Pulled By: goldsborough fbshipit-source-id: 84ea32f9ea6b4060744aabbf5db368776a30f0b5
2018-06-27Remove third_party from CODEOWNERS file (#8950)Orion Reblitz-Richardson1-1/+0
Summary: No longer required now that we've switched over to ShipIt on master. Closes https://github.com/pytorch/pytorch/pull/8950 Reviewed By: Yangqing Differential Revision: D8666175 Pulled By: orionr fbshipit-source-id: 6d8b8b38f6558d87cabd0aa19b72a390057c137b
2018-06-21Add ssnl and zou3519 as pytorch doc owner (#8754)Tongzhou Wang1-1/+1
2018-06-20Add owner rule for cpp_extension.py (#8700)Peter Goldsborough1-0/+1
2018-06-19Add CODEOWNERS entry for third_party to track changes (#8654)Orion Reblitz-Richardson1-0/+1
2018-06-13Add CODEOWNERS entry for c10d test file (#8445)Pieter Noordhuis1-0/+1
2018-06-09Entries for torch.distributed in CODEOWNERS (#8293)Pieter Noordhuis1-0/+2
2018-06-05Yangqing as an ONNX codeowner (#8185)James Reed1-5/+5
2018-05-31Entry for c10d in CODEOWNERS (#8001)Pieter Noordhuis1-1/+2
2018-05-25add jit/passes/onnx CODEOWNERS line (#7853)anderspapitto1-0/+1
2018-05-15Change code owners for onnx integration tests (#7587)bddppq1-0/+2
2018-05-09Fix CODEOWNERS precedence for ONNX folder (#7429)James Reed1-1/+2
More specific paths should come later, since the last matching pattern takes precedence
2018-04-30Make @ebetica and @goldsborough owners for test/cpp/api (#7113)Peter Goldsborough1-0/+1
2018-04-30Make @ebetica and @goldsborough owners for torch/csrc/api (#7110)Peter Goldsborough1-0/+1
2018-04-12Create CODEOWNERS entry for torch/onnx (#6560)James Reed1-0/+1
2018-04-04Add a CODEOWNERS file (#6274)Orion Reblitz-Richardson1-0/+11
* Add a CODEOWNERS file * This will let us require review from owners of aten/ and torch/ while giving wider access (for now) to caffe2/ * This will be adjusted as we work on shared components. * update OWNERS to cover more pytorch bits