doc: add hint for contribution in readme

pull/83/head
Martin Eigenmann 2021-10-11 10:01:43 +02:00
rodzic 8d0d3c2745
commit 21b9f99b6f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 069D1EE3806CA368
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -33,3 +33,13 @@ from icalevents.icalevents import events
es = events(<Google Calendar URL>)
```
# Contributing
You will need [pipenv](https://pipenv.pypa.io/en/latest/) and [pre-commit](https://pre-commit.com/index.html) installed and than run.
```bash
pre-commit install
```
Happy contributing!