This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch alamb-patch-2 in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit 0980a4b6494361962baf166d73c3e255fc68f286 Author: Andrew Lamb <[email protected]> AuthorDate: Thu Nov 20 12:41:20 2025 -0500 Docs: Enhance contributor guide with testing section Updated the contributor guide to include testing information. --- docs/source/contributor-guide/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/contributor-guide/index.md b/docs/source/contributor-guide/index.md index 4c0367bb13..9fcdadca3f 100644 --- a/docs/source/contributor-guide/index.md +++ b/docs/source/contributor-guide/index.md @@ -30,9 +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 +## Development Environment + Testing -You can find how to setup build and testing environment [here](https://datafusion.apache.org/contributor-guide/development_environment.html) +Setup your development environment [here](development_environment.md), and learn +how to test the code [here](testing). ## Finding and Creating Issues to Work On --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
