From 70240c71aa7b39735245b62a05e8db6b56d2c4c1 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 7 Nov 2021 11:30:41 +0000 Subject: [PATCH] CONTRIBUTING updated --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 299e5891..a6705807 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Development ### Setup -If you want to contribute to `pyerrors` please fork `pyerrors` on Github, clone the current `develop` branch +If you want to contribute to `pyerrors` please [fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) `pyerrors` on Github, clone the current `develop` branch ``` git clone http://github.com/my_username/pyerrors.git --branch develop ```