From 6e2def9513ec29f87e1eb240bb7fe83ecff5c1a9 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sat, 16 Mar 2019 13:50:47 -0500 Subject: [PATCH] Update CONTRIBUTING.md (#2) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0849ef..e91c221 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Contributing to this project should be as easy and transparent as possible, whet - Submitting a fix - Proposing new features -## Github are used for everything +## Github is used for everything Github is used to host code, to track issues and feature requests, as well as accept pull requests. @@ -43,7 +43,7 @@ People *love* thorough bug reports. I'm not even kidding. ## Use a Consistent Coding Style -Use [black](https://github.com/ambv/black) to make sure the code follow the style. +Use [black](https://github.com/ambv/black) to make sure the code follows the style. ## License