From a5caf4ba5c7bddd09806357935efe8e45f5ebd9d Mon Sep 17 00:00:00 2001 From: Michael Vermaes Date: Tue, 24 Apr 2018 20:51:19 +0800 Subject: [PATCH] Fix minor typo in contributing doc, layout --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b9080a..0fc2f2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ This project uses the [GitHub Flow](https://guides.github.com/introduction/flow/ 0. Make your change, add tests, and make sure the tests still pass 0. Make sure that `./script/lint` passes without any warnings 0. Make sure that coverage is at :100:% `script/coverage` and open `htmlcov/index.html` - * You can open PRs for :eyes: & discussion prior to this + * You can open PRs for :eyes: & discussion prior to this 0. Push to your fork and submit a pull request We will handle updating the version, tagging the release, and releasing the gem. Please don't bump the version or otherwise attempt to take on these administrative internal tasks as part of your pull request. @@ -40,8 +40,10 @@ Here are a few things you can do that will increase the likelihood of your pull ## Development setup -pip instal -r requirements.txt -pip instal -r requirements-dev.txt +``` +pip install -r requirements.txt +pip install -r requirements-dev.txt +``` ## License note