From 1804292503daa48540d8878e3c5c8ce3fe8638e2 Mon Sep 17 00:00:00 2001 From: Paulo Motta Date: Wed, 16 Nov 2022 15:40:26 -0500 Subject: [PATCH] WEBSITE - Add link to quick start development guide on "Contributing to Cassandra" section patch by Paulo Motta; reviewed by X for CASSANDRA-16860 --- .../source/modules/ROOT/pages/development/gettingstarted.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site-content/source/modules/ROOT/pages/development/gettingstarted.adoc b/site-content/source/modules/ROOT/pages/development/gettingstarted.adoc index efe2574bf7..6e921ef5be 100644 --- a/site-content/source/modules/ROOT/pages/development/gettingstarted.adoc +++ b/site-content/source/modules/ROOT/pages/development/gettingstarted.adoc @@ -66,3 +66,7 @@ Before starting work on a particular area of code, consider reviewing and enhancing the existing test coverage. You'll both improve your knowledge of the code before you start on an enhancement, and reduce the chance introducing issues with your change. See xref:development/testing.adoc[testing] and xref:development/patches.adoc[patches] for more detail. + +=== Quick Start Development Guide + +A quick start development guide is available in the project's https://github.com/apache/cassandra#quick-start-development-guide[README]. This guide will walk you through basic steps to setup a local development environment and test changes in a local docker container.