diff --git a/README.md b/README.md index faf5b34..deb37af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Contribute +- Pull requests welcome +- Before pull requests run + - `black src` + - `isort src` + - Use https://www.conventionalcommits.org/en/v1.0.0/ for tagging commits and pull requests to the best of your ability. + ## Linux - Install python 3.10 from here [here](https://www.python.org/downloads/). - `python3.10 -m venv ~/.venvs/poetry`