# Documenting using local development environment

DevFeed: [Documenting using local development environment](<https://devfeed.tech/articles/documenting-using-local-development-environment-32559.md>)

Original publisher: [Read original article](<https://airflow.apache.org/blog/documenting-using-local-development-environments/>)

Author: Apache Airflow

Published: 2019-11-22T00:00:00Z

Content type: article

Language: en

Sources: [Apache Airflow Blog](<https://devfeed.tech/sources/apache-airflow-blog.md>)

Topics: [airflow](<https://devfeed.tech/topics/airflow.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Development](<https://devfeed.tech/topics/development.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [airflow](<https://devfeed.tech/tags/airflow.md>), [apache-airflow](<https://devfeed.tech/tags/apache-airflow.md>), [development](<https://devfeed.tech/tags/development.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [testing](<https://devfeed.tech/tags/testing.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

A technical writer describes contributing to Apache Airflow through Google Season of Docs in 2019. The work expanded contributor documentation, including the Contributing and Testing guides and documentation for the Breeze and local virtual environments.

## Source excerpt

Documenting local development environment of Apache Airflow From Sept to November 2019 I have been participating in a wonderful initiative, Google Season of Docs. I had a pleasure to contribute to the Apache Airflow open source project as a technical writer. My initial assignment was an extension to the GitHub-based Contribution guide. From the very first days I have been pretty closely involved into inter-project communications via emails/slack and had regular 1:1s with my mentor, Jarek Potiuk. I got infected with Jarek's enthusiasm to ease the on-boarding experience for Airflow contributors. I do share this strategy and did my best to improve the structure, language and DX. As a result, Jarek and I extended the current contributor's docs and ended up with the Contributing guide navigating the users through the project infrastructure and providing a workflow example based on a real-life use case; the Testing guide with an overview of a complex testing infrastructure for Apache Airflow; and two guides dedicated to the Breeze dev environment and local virtual environment (my initial assignment). I'm deeply grateful to my mentor and Airflow developers for their feedback, patience and help while I was breaking through new challenges (I've never worked on an open source project before), and for their support of all my ideas! I think a key success factor for any contributor is a responsive, supportive and motivated team, and I was lucky to join such a team for 3 months. Documents I worked on: Breeze development environment documentation Local virtualenv environment documentation Contributing guide Testing guide