potiuk commented on PR #29171:
URL: https://github.com/apache/airflow/pull/29171#issuecomment-1407441027

   For any substantial changes, making a UI change is not nearly good enough. 
You need a development environment.
   
   However if you want to use GitHub UI you can use codespaces (they are free 
up to 30 hours for everyone now and they open up the VS-code based editor that 
should likely be enough https://docs.github.com/en/codespaces/overview (and 
https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START_CODESPACES.rst
 linked from the general 
https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst where you see all 
other documentation and ways to setup your development environment - there are 
multiple ways - for example 
https://github.com/apache/airflow/blob/main/LOCAL_VIRTUALENV.rst explains all 
details about setting the local env)
   
   Checking out your branch locally and setting up the environment there should 
be enough ( Are you sure you checked out your PR branch before you run the 
"regenerate" command ? You should also run `pre-commit install` (see details in 
contributing and then, when committing the code the static checks should fix 
itself.
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to