From dcb3e0db999abd97db3db55d1d97299a70d1bb3b Mon Sep 17 00:00:00 2001 From: Matt Landowski Date: Tue, 19 Dec 2023 11:57:43 -0600 Subject: [PATCH] Add contribution guidelines and instructions for Linux setup --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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`