From db1273adaa3c19286ac9e8307c4607fcd7b126df Mon Sep 17 00:00:00 2001 From: Gabriel Bengo Date: Mon, 24 Nov 2025 11:00:21 +0200 Subject: [PATCH 1/2] docs: Fix Windows activation command and typo in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e16003adb..8922878c9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ information on using pull requests. ### Requirement for PRs -- All PRs, other than small documentation or typo fixes, should have a Issue +- All PRs, other than small documentation or typo fixes, should have an Issue associated. If a relevant issue doesn't exist, please create one first or you may instead describe the bug or feature directly within the PR description, following the structure of our issue templates. @@ -160,7 +160,7 @@ part before or alongside your code PR. source .venv/bin/activate ``` - **windows** `shell source .\.venv\Scripts\activate` + **windows** `shell .\.venv\Scripts\activate` 4. **Install dependencies:** From ecc4f03119e77b53b240c7ef254a09513708d443 Mon Sep 17 00:00:00 2001 From: Gabriel Bengo Date: Mon, 24 Nov 2025 11:55:25 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md The bot noticed that while source was correctly removed, the word shell itself also seems to be a formatting artifact and should be removed for clarity and easy C&P Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8922878c9b..f8811454b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -160,7 +160,7 @@ part before or alongside your code PR. source .venv/bin/activate ``` - **windows** `shell .\.venv\Scripts\activate` + **windows** `.\.venv\Scripts\activate` 4. **Install dependencies:**