From 94c9da86e578a8617b82514de33bd4fdbd8c6d10 Mon Sep 17 00:00:00 2001 From: Suraj Subramanian Date: Tue, 25 Jul 2023 09:51:15 -0400 Subject: [PATCH] reorder Contributing to be on top --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index de76917..b1861d8 100644 --- a/Home.md +++ b/Home.md @@ -6,14 +6,14 @@ Welcome to the PyTorch developer's wiki! * [Code of Conduct](https://github.com/pytorch/pytorch/blob/master/CODE_OF_CONDUCT.md) * [PyTorch Governance](https://github.com/pytorch/pytorch/blob/master/docs/source/community/governance.rst) +## Contributing +* [[The Ultimate Guide to PyTorch Contributions]] + ## User docs * [Release notes](https://github.com/pytorch/pytorch/releases) * [PyTorch Versions](PyTorch-Versions) * [Public API definition and documentation](Public-API-definition-and-documentation) -## Contributing -* [[The Ultimate Guide to PyTorch Contributions]] - ## Onboarding New to PyTorch? Don't know where to start? - [[Core Onboarding|Core Frontend Onboarding]]