Ei-Sandi commented on code in PR #67952: URL: https://github.com/apache/airflow/pull/67952#discussion_r3349443211
########## contributing-docs/03a_contributors_quick_start_beginners.rst: ########## @@ -108,15 +116,19 @@ of the tmux panes and hit Enter This flag enables configuration to load example Dags when starting Airflow, which is useful for exploring Airflow's capabilities and testing. -5. **Make a tiny change** – e.g. fix a typo in docs +5. **Set up virtual environment and install dependencies** - To run prek locally Review Comment: It is to run prek before commit, we cannot run prek without installing dependencies, some tests will be failing, so better do it in a venv. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
