diff --git a/docs/source/contributor-guide/getting_started.md b/docs/source/contributor-guide/development_environment.md similarity index 99% rename from docs/source/contributor-guide/getting_started.md rename to docs/source/contributor-guide/development_environment.md index a4938ead433b..cd1b8ea35642 100644 --- a/docs/source/contributor-guide/getting_started.md +++ b/docs/source/contributor-guide/development_environment.md @@ -17,7 +17,7 @@ under the License. --> -# Getting Started +# Development Environment This section describes how you can get started at developing DataFusion. diff --git a/docs/source/contributor-guide/index.md b/docs/source/contributor-guide/index.md index 0fe86c174a31..65d92e7d7926 100644 --- a/docs/source/contributor-guide/index.md +++ b/docs/source/contributor-guide/index.md @@ -30,6 +30,10 @@ In addition to submitting new PRs, we have a healthy tradition of community members reviewing each other's PRs. Doing so is a great way to help the community as well as get more familiar with Rust and the relevant codebases. +## Development Environment + +You can find how to setup build and testing environment [here](https://datafusion.apache.org/user-guide/example-usage.html) + ## Finding and Creating Issues to Work On You can find a curated [good-first-issue] list to help you get started.