From 6044830281075f3f9f2104522f84850e9b006ffa Mon Sep 17 00:00:00 2001 From: Ben Perlmutter Date: Sat, 21 Jan 2023 15:18:41 -0500 Subject: [PATCH] move up get src code page --- docs/src/contribute/index.md | 8 ++++---- docs/src/contribute/source-code.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/contribute/index.md b/docs/src/contribute/index.md index b702a915990..ff4458e30da 100644 --- a/docs/src/contribute/index.md +++ b/docs/src/contribute/index.md @@ -34,6 +34,10 @@ If you'd like to request a change other than a bug fix or new rule, this section Learn about the architecture of the ESLint project. +## [Get the Source Code](source-code) + +Before you can get started developing ESLint, you'll need to get a copy of the ESLint source code. This section explains how to do that and a little about the source code structure. + ## [Set up a Development Environment](development-environment) Developing for ESLint is a bit different than running it on the command line. This section shows you how to set up a development environment and get you ready to write code. @@ -54,10 +58,6 @@ We're always looking for contributions from the community. This section explains Describes the governance policy for ESLint, including the rights and privileges of individuals inside the project. -## [Get the Source Code](source-code) - -Before you can get started developing ESLint, you'll need to get a copy of the ESLint source code. This section explains how to do that and a little about the source code structure. - ## Report a Security Vulnerability To report a security vulnerability in ESLint, please use our [create an advistory](https://github.com/eslint/eslint/security/advisories/new). diff --git a/docs/src/contribute/source-code.md b/docs/src/contribute/source-code.md index c57c336d069..4e807227061 100644 --- a/docs/src/contribute/source-code.md +++ b/docs/src/contribute/source-code.md @@ -4,7 +4,7 @@ eleventyNavigation: key: get the source code parent: contribute to eslint title: Get the Source Code - order: 11 + order: 5 --- ESLint is hosted at [GitHub](https://github.com/eslint/eslint) and uses [Git](https://git-scm.com/) for source control. In order to obtain the source code, you must first install Git on your system. Instructions for installing and setting up Git can be found at .