This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 5f1d23240bb [v3-1-test] Updating WSL step and breeze console text
update (#59699) (#59729)
5f1d23240bb is described below
commit 5f1d23240bbd3933346c21bca480685e18ad106f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 22:37:58 2025 +0100
[v3-1-test] Updating WSL step and breeze console text update (#59699)
(#59729)
(cherry picked from commit 267a566e0488b6d91e3983ddd44fa507daa383db)
Co-authored-by: Srabasti Banerjee <[email protected]>
---
contributing-docs/03_contributors_quick_start.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contributing-docs/03_contributors_quick_start.rst
b/contributing-docs/03_contributors_quick_start.rst
index 5a1fb73131e..c0ef2f91fce 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -57,6 +57,7 @@ If you do not work in a remote development environment, you
will need these prer
The below setup describes `Ubuntu installation
<https://docs.docker.com/engine/install/ubuntu/>`_.
It might be slightly different on different machines.
+For Windows, click on Start menu and type WSL to enter Linux console. Please
note, not doing this will result in errors in next steps.
Docker Community Edition
------------------------
@@ -465,7 +466,7 @@ see in CI in your local environment.
breeze --python 3.10 --backend postgres
-5. When you enter the Breeze environment you should see a prompt similar to
``root@e4756f6ac886:/opt/airflow#``. This
+5. When you enter the Breeze environment you should see a prompt similar to
``[Breeze:3.10.19] root@e4756f6ac886:/opt/airflow#``. This
means that you are inside the Breeze container and ready to run most of the
development tasks. You can leave
the environment with ``exit`` and re-enter it with just ``breeze`` command