aboutsummaryrefslogtreecommitdiffstats
path: root/doc/development/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
new file mode 100644
index 00000000..3d100624
--- /dev/null
+++ b/doc/development/README.md
@@ -0,0 +1,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](development/SETUP.md)
+
+Guidelines for setting up your local development environment.
+
+##[Submitting pull requests](development/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](development/NEW_FEATURES.md)
+
+Guidelines for proposing and writing new features for Bundler.
+
+##[Releasing Bundler](development/RELEASING.md)
+
+A broad-strokes overview of the release process adhered to by the Bundler core team.