This repository follows a fork model for contributions per:
https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project
Example workflow:
-
Create a fork of repo as github user.
-
Checkout the forked copy from your personal github account, e.g.:
git clone git@github.com:demo-contributing-user/singlestoredb-dev-image.git
-
Create a development branch:
-
Make and commit changes to your local repository and push upstream:
-
Submit your code upstream. A designated repository owner will review and provide feedback or merge your contribution