From 5fb0f66177cbc351862c0fcefc76e37cbf48f91d Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Fri, 12 Jan 2024 19:05:41 +0100 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7eb177..116792a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ - [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) & [Add SSH Key to GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) - [Clone the Project (IDE Specific)](https://docs.github.com/de/repositories/creating-and-managing-repositories/cloning-a-repository) - [Install the python Project](https://python-poetry.org/docs/basic-usage/#installing-dependencies) +- Install pre-commit ## Repository structure From e31b0a3e8f61808612267f9ad79fa2c8e468145d Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 13 Jan 2024 09:59:03 +0100 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 116792a..96c015b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ - [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) & [Add SSH Key to GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) - [Clone the Project (IDE Specific)](https://docs.github.com/de/repositories/creating-and-managing-repositories/cloning-a-repository) - [Install the python Project](https://python-poetry.org/docs/basic-usage/#installing-dependencies) -- Install pre-commit +- Install pre-commit - see below ## Repository structure