From 2e924547f69dcb4d7b8783e6096e24a4f8d06af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20=E2=84=B1an?= Date: Sat, 3 Oct 2020 22:26:12 +0200 Subject: [PATCH] contributing minor adjustments --- docs/Contributing.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Contributing.md b/docs/Contributing.md index c9f2c97..6718bae 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -1,6 +1,7 @@ # Contributing -You want to improve this project? Awesome! But before you wirte or modify the existing source code, please note the following guideline: +You want to improve this project? +Awesome! But before you write or modify the existing source code, please note the following guideline: - Always make sure to add your changes to the wiki. - 8-space indentation without tabs. @@ -10,5 +11,5 @@ You want to improve this project? Awesome! But before you wirte or modify the ex """ This is a """ multiline comment. ``` -- Wrap lines only if really long (it does not matter 79 chars, otherwise see [PEP8](https://www.python.org/dev/peps/pep-0008/)) -- For the rest a bit as it comes :) +- Wrap lines only if really long (it does not matter 79 chars return) +- For the rest a bit as it comes with a look at [PEP8](https://www.python.org/dev/peps/pep-0008/) :)