summaryrefslogtreecommitdiff
path: root/doc/development/README.md
blob: 01694634785f8ba50b4f87edb87cc79aef94e164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Development

So, you're ready to start contributing to Bundler! You've come to the right place. Here you'll find an overview of how to work on Bundler locally and a description of the process from code to release.

## [Development setup](SETUP.md)

Guidelines for setting up your local development environment.

## [Submitting pull requests](PULL_REQUESTS.md)

An overview of our preferred PR process, including how to run the test suite and what to expect when you submit code for review.

## [Adding new features](NEW_FEATURES.md)

Guidelines for proposing and writing new features for Bundler.

## [Releasing Bundler](RELEASING.md)

A broad-strokes overview of the release process adhered to by the Bundler core team.