From 990b4b42adc8c8afb90e74a1236935e3a11feb60 Mon Sep 17 00:00:00 2001 From: Privat33r-dev Date: Sat, 4 May 2024 01:52:32 +0200 Subject: [PATCH] Doc: Change IDE recommendation wording --- .github/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 482fbdf..b11b23e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,9 +15,9 @@ If you have encountered an bug or want to propose your idea, you can open a new Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. ### Developer Environment Setup -We recommend to use [VSCodium](https://vscodium.com/#install)/VSCode IDE with recommended extensions (automatically suggested). To resolve dependencies, execute the following commands in your terminal: + ```shell python -m pip install pipx pipx ensurepath @@ -26,6 +26,8 @@ poetry config virtualenvs.in-project true poetry install ``` +We use [VSCodium](https://vscodium.com/#install)/VSCode IDE with [some extensions](../.vscode/extensions.json). Having said that, you might use other tools as long as the outcome follows the guidelines of this project. + ### Git Branches Always use dedicated git branches for fixes or features instead of working directly on the master branch.