Skip to content

Commit c92982c

Browse files
authored
docs: Add instruction to build (#14694)
* Add instruction to build * format readme doc and rename getting started * Add instruction for devcontainer * remove dev container and vscode part
1 parent c0b749d commit c92982c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/source/contributor-guide/getting_started.md renamed to docs/source/contributor-guide/development_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
under the License.
1818
-->
1919

20-
# Getting Started
20+
# Development Environment
2121

2222
This section describes how you can get started at developing DataFusion.
2323

docs/source/contributor-guide/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ In addition to submitting new PRs, we have a healthy tradition of community
3030
members reviewing each other's PRs. Doing so is a great way to help the
3131
community as well as get more familiar with Rust and the relevant codebases.
3232

33+
## Development Environment
34+
35+
You can find how to setup build and testing environment [here](https://datafusion.apache.org/user-guide/example-usage.html)
36+
3337
## Finding and Creating Issues to Work On
3438

3539
You can find a curated [good-first-issue] list to help you get started.

0 commit comments

Comments
 (0)