Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 3.35 KB

index.md

File metadata and controls

67 lines (37 loc) · 3.35 KB
title eleventyNavigation
Contribute to ESLint
key title order
contribute to eslint
Contribute to ESLint
3

One of the great things about open source projects is that anyone can contribute in any number of meaningful ways. ESLint couldn't exist without the help of the many contributors it's had since the project began, and we want you to feel like you can contribute and make a difference as well.

This guide is intended for anyone who wants to contribute to an ESLint project. Please read it carefully as it answers a lot of the questions many newcomers have when first working with our projects.

ESLint welcomes contributions from everyone and adheres to the OpenJS Foundation Code of Conduct. We kindly request that you read over our code of conduct before contributing.

Think you found a problem? We'd love to hear about it. This section explains how to submit a bug, the type of information we need to properly verify it, and the overall process.

We get a lot of proposals for new rules in ESLint. This section explains how we determine which rules are accepted and what information you should provide to help us evaluate your proposal.

Want to make a change to an existing rule? This section explains the process and how we evaluate such proposals.

If you'd like to request a change other than a bug fix or new rule, this section explains that process.

Learn about the architecture of the ESLint project.

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.

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.

There are a lot of unit tests included with ESLint to make sure that we're keeping on top of code quality. This section explains how to run the unit tests.

Have some extra time and want to contribute? This section talks about the process of working on issues.

We're always looking for contributions from the community. This section explains the requirements for pull requests and the process of contributing code.

Describes the governance policy for ESLint, including the rights and privileges of individuals inside the project.

To report a security vulnerability in ESLint, please create an advisory on Github.

Sign the CLA

In order to submit code or documentation to an ESLint project, you will need to electronically sign our Contributor License Agreement. The CLA is the commonly used Apache-style template, and is you giving us permission to use your contribution. You only need to sign the CLA once for any OpenJS Foundation projects that use EasyCLA. You will be asked to sign the CLA in the first pull request you open.