Skip to content

Commit

Permalink
move up get src code page
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmutter committed Jan 21, 2023
1 parent 583c6da commit 6044830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/src/contribute/index.md
Expand Up @@ -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.
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/contribute/source-code.md
Expand Up @@ -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 <https://help.github.com/articles/set-up-git/>.
Expand Down

0 comments on commit 6044830

Please sign in to comment.