Skip to content

Commit

Permalink
Doc: Change IDE recommendation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Privat33r-dev committed May 23, 2024
1 parent 477bf28 commit 990b4b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 990b4b4

Please sign in to comment.