From c8e6f61514cc7020b97b724aae2c0bb494ebad14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20=C5=BBuchowska=20=F0=9F=90=9B?= Date: Mon, 16 Aug 2021 22:38:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20contribution=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03a625d09..143a32299 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,10 @@ However, when developing, the easiest way is to use the provided Jupyter Lab con ## How to contribute -1. Setup locally -2. Test your changes with `pytest` -3. Submit a PR. The PR should contain the following: +1. Fork repository if you do not have write access +2. Setup locally +3. Test your changes with `pytest` +4. Submit a PR. The PR should contain the following: - new/changed functionality - tests for the changes - changes added to `CHANGELOG.md`