Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WEBSITE - Add link to quick start development guide on "Contributing to Cassandra" section #195

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.