From 491eae43819ffd9df6402ede1d197043c25d28a1 Mon Sep 17 00:00:00 2001 From: Steven Evans Date: Thu, 21 Jun 2018 10:47:51 -0400 Subject: [PATCH] [doc] Correcting spacing for headers --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffa315038..085978c3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -#Contributing to BitBurner +# Contributing to BitBurner -##In General +## In General The game is made better because the community as a whole speaks up about ways to improve the game. Here's some of the ways you can make your voice heard: @@ -18,7 +18,7 @@ heard: browser's Javascript interaction. So please do not be afraid to open a [new issue](https://github.com/danielyxie/bitburner/issues/new). -##As a Developer +## As a Developer To contribute to BitBurner code, you will need to have [NodeJS](https://nodejs.org) installed. When installing NodeJS, a utility called `npm` is installed as well. @@ -33,7 +33,7 @@ rules: - When submitting the pull request, make sure that the base fork is _danielyxie/bitburner_ and the base is _dev_. -##As a Documentor +## As a Documentor To contribute to BitBurner documentation, you will need to have Python installed, along with [Sphinx](http://www.sphinx-doc.org).