Skip to content

Commit

Permalink
docs: Add instruction to build (apache#14694)
Browse files Browse the repository at this point in the history
* Add instruction to build

* format readme doc and rename getting started

* Add instruction for devcontainer

* remove dev container and vscode part
  • Loading branch information
dentiny authored Feb 23, 2025
1 parent c0b749d commit c92982c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->

# Getting Started
# Development Environment

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

Expand Down
4 changes: 4 additions & 0 deletions docs/source/contributor-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c92982c

Please sign in to comment.