This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 267a566e048 Updating WSL step and breeze console text update (#59699)
267a566e048 is described below
commit 267a566e0488b6d91e3983ddd44fa507daa383db
Author: Srabasti Banerjee <[email protected]>
AuthorDate: Mon Dec 22 13:09:14 2025 -0800
Updating WSL step and breeze console text update (#59699)
---
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 bf46f37e534..50391628720 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