From 1410d8bf7a208b2d8188c77a0790998248f5accc Mon Sep 17 00:00:00 2001 From: Suraj Subramanian Date: Tue, 13 Jun 2023 15:01:11 -0400 Subject: [PATCH] add landing matrix --- Home.md | 2 ++ Landing-matrix.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 Landing-matrix.md diff --git a/Home.md b/Home.md index 0d9a47d..416a224 100644 --- a/Home.md +++ b/Home.md @@ -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) diff --git a/Landing-matrix.md b/Landing-matrix.md new file mode 100644 index 0000000..61b7a7c --- /dev/null +++ b/Landing-matrix.md @@ -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) | | +| | | | +| | | | \ No newline at end of file