add landing matrix

Suraj Subramanian
2023-06-13 15:01:11 -04:00
parent 5b7c3e83cb
commit 1410d8bf7a
2 changed files with 32 additions and 0 deletions

@ -2,6 +2,8 @@ Welcome to the PyTorch developer's wiki!
*Please read our [[best practices|Where or how should I add documentation]] if you're interested in adding a page or making edits*
[LandingMatrix](Landing-matrix)
## User docs
* [Release notes](https://github.com/pytorch/pytorch/releases)

30
Landing-matrix.md Normal file

@ -0,0 +1,30 @@
| Triaging | Contributors | Documentarians |
| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **PyTorch Issue Tracker** [**(reference**](https://devguide.python.org/triage/issue-tracker/#tracker)**)** | **Setup & Building** | **Documentation Issues** |
| How to look for an issue | [Prerequisites](https://github.com/pytorch/pytorch#prerequisites) | Types of Documentation Issues we welcome (outdated, incorrect, unclear) |
| Issue labels, AutoLabelBot (?) | Fork, Clone & other git steps | Find or create an issue |
| | [Install from Source](https://github.com/pytorch/pytorch#from-source) | Our policy on minor/nit PRs |
| **Triaging (**[**reference**](https://devguide.python.org/triage/triaging/#triaging)**)** | [Build on CPU-only](https://github.com/pytorch/pytorch#from-source) and CUDA, [ASAN](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#building-pytorch-with-asan) | |
| Triaging checklist | [Build Options](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#build-only-what-you-need) | **Tutorial Issues** |
| Triage runbook: repro, minify, add platform details | [Debugging](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#tips-and-debugging) | Types of Tutorial Issues we welcome |
| | | [Contributing a new tutorial](https://github.com/pytorch/tutorials/#contributing) |
| **Triaging Team** | **Understanding PyTorch Internals** | |
| Current members | [Fundamentals of PyTorch Internals](https://github.com/pytorch/pytorch/wiki/Core-Frontend-Onboarding) | **Adding New Documentation** |
| Responsibilities | [Codebase Structure](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#codebase-structure) | Add user-facing documentation (?) |
| Becoming a member | [Developer Notes](https://github.com/pytorch/pytorch/wiki#developer-docs) (needs consolidation / audit) | [Documentation Formatting](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#docstring-type-formatting) |
| | | Build, preview and test documentation [[1](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#building-documentation)] [[2](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#previewing-changes-locally)] |
| | **PR Lifecycle** | [Add developer-facing documentation](https://github.com/pytorch/pytorch/wiki/Where-or-how-should-I-add-documentation) |
| | [Typical PR Workflow](https://docs.google.com/document/d/1oNhUeGE-8ajsYaMpoV6ZQANQZVeKrdFanI9VMbFzOzc/edit#heading=h.syjdve7zm0m) | |
| | Find or create an issue [[1](https://github.com/pytorch/pytorch/wiki/How-to-propose-feature-changes-to-PyTorch)] | |
| | Make the change | |
| | Writing tests [[1](https://github.com/pytorch/pytorch/wiki/Running-and-writing-tests)][[2](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#unit-testing)], pytorchbot, Linting [[1](https://github.com/pytorch/pytorch/wiki/lintrunner)][[2](https://github.com/pytorch/pytorch/wiki/Lint-as-you-type)][[3](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#local-linting)][[4](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#running-clang-tidy)][[5](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#pre-commit-tidylinting-hook)] | |
| | Other pre-commit steps (?), commit etiquette [[1](https://github.com/pytorch/pytorch/wiki/Code-review-values)] | |
| | Signing the CLA, [Submit the PR](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#merging-your-change) (PR details/template(?), labelling) | |
| | When and how to request reviews | |
| | Dealing with Reverts | |
| | | |
| | **Keeping up with PyTorch Developments** | |
| | Design Discussions [[1](dev-discuss.pytorch.org)] [[2](https://github.com/pytorch/pytorch/wiki/Sharing-design-documents-for-discussion)] [[3](https://github.com/pytorch/rfcs)] | |
| | [Version Compatibility Matrix](https://github.com/pytorch/pytorch/wiki/PyTorch-Versions) | |
| | | |
| | | |