CONTRIBUTING updated

This commit is contained in:
Fabian Joswig 2021-11-07 11:30:41 +00:00
parent 9805ee2b4b
commit 70240c71aa

View file

@ -1,6 +1,6 @@
# Development # Development
### Setup ### 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 git clone http://github.com/my_username/pyerrors.git --branch develop
``` ```