Thank you for your interest in Materialize connection examples! Contributions of many kinds are encouraged and most welcome.
We welcome pull requests from everyone.
Fork, then clone the repo:
git clone https://github.com/<username>/connection-examples.git
Create a branch for your edits:
git checkout -b my-branch
Run the init script to create the default secrets file:
bash .github/scripts/init.sh
The script will prompt you for the following information:
Programming language
: The name of the programming language or frameworkFile extension
: The file extension for the language or framework
The script will create a new directory with the name of the language or framework and add template files where you can add your code.
Once you have added your code, commit your changes and push to your fork:
git add .
git commit -m "Add my example"
git push origin my-branch
That's it — you're ready to submit a pull request!
If you run into a snag or need support as you prepare your contribution, join the Materialize Slack community or open an issue!