You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/09 01:07:47 UTC

[GitHub] [airflow-site] louisguitton commented on a change in pull request #246: Expand the guide for contributors

louisguitton commented on a change in pull request #246: Expand the guide for contributors
URL: https://github.com/apache/airflow-site/pull/246#discussion_r376746414
 
 

 ##########
 File path: CONTRIBUTE.md
 ##########
 @@ -54,49 +55,95 @@
     └── sphinx_airflow_theme
 ```
 
-## Working with the project
+# Working with the project
+
+Work with the site and documentation requires that your computer be properly prepared. Most tasks can
+be done by the site.sh script
+
+### Prerequisite Tasks
 
 Review comment:
   Mentioning pre-commit would be helpful for people not used to it.
   ```sh
   brew install pre-commit
   pre-commit install
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services