diff options
author | The Bundler Bot <bot@bundler.io> | 2017-06-01 04:43:55 +0000 |
---|---|---|
committer | The Bundler Bot <bot@bundler.io> | 2017-06-01 04:43:55 +0000 |
commit | 9f041743debac51bea183405e3924ec1688a3660 (patch) | |
tree | 06e45dab2f3277007dbe7997e35273c1da1b3dcb /doc | |
parent | dfbe1256f6fb1af6fb7ee866fecb809106dafcb6 (diff) | |
parent | 5a47499423696f52b8e36bb306e0d2b3b99d6775 (diff) | |
download | bundler-9f041743debac51bea183405e3924ec1688a3660.tar.gz |
Auto merge of #5688 - bundler:seg-doc-header-spacing, r=segiddins
Fix markdown headers in doc/development/readme
GH now requires a space between `#` and the header
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 54cb4a3342..0169463478 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -2,18 +2,18 @@ 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) +## [Development setup](SETUP.md) Guidelines for setting up your local development environment. -##[Submitting pull requests](PULL_REQUESTS.md) +## [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) +## [Adding new features](NEW_FEATURES.md) Guidelines for proposing and writing new features for Bundler. -##[Releasing Bundler](RELEASING.md) +## [Releasing Bundler](RELEASING.md) A broad-strokes overview of the release process adhered to by the Bundler core team. |