Contribute to Scylla¶
Scylla developers use patches and email to share and discuss changes. Setting up can take a little time, but once you have done it the first time, it’s easy.
The basic steps are:
Join Scylla community
Create a Git branch to work on
Commit your work with clear commit messages and sign-offs.
Send a PR or use
git format-patch
andgit send-email
to send to the list
The entire process is documented here.