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 70ee51bee82 [v3-1-test] docs: add host vs container context note to
Breeze quick start for new contributors (#63435) (#63441)
70ee51bee82 is described below
commit 70ee51bee82e0a37fcd7996a0fb12f7de98692df
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 15 21:22:51 2026 +0100
[v3-1-test] docs: add host vs container context note to Breeze quick start
for new contributors (#63435) (#63441)
(cherry picked from commit 76ef7c4034edcff8b21860396e630eda161047e7)
Made-with: Cursor
Co-authored-by: Pranay Kumar Karvi <[email protected]>
---
contributing-docs/03_contributors_quick_start.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contributing-docs/03_contributors_quick_start.rst
b/contributing-docs/03_contributors_quick_start.rst
index b61b1989a8b..0484c261735 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -238,6 +238,9 @@ Forking and cloning Project
Configuring prek
----------------
+.. note::
+ Run the commands in this section in your **local terminal** (on your host
machine), not inside a Breeze shell. Prek hooks run on your host to check and
format code before you commit.
+
Before committing changes to github or raising a pull request, the code needs
to be checked for certain quality standards
such as spell check, code syntax, code formatting, compatibility with Apache
License requirements etc. This set of
tests are applied when you commit your code.