Contributing to Sheetz Examples
February 18, 2026 ยท View on GitHub
Thank you for your interest in contributing! Please see the main Sheetz contribution guidelines for the full guide.
Quick Start
git clone https://github.com/chitralabs/sheetz-examples.git
cd sheetz-examples
mvn compile exec:java -Dexec.mainClass="io.github.chitralabs.sheetz.examples.E01_BasicReadWrite"
Adding a New Example
- Create a new class following the naming convention:
E09_YourExample.java - Include a
main()method that runs standalone - Add clear comments explaining what the example demonstrates
- Update the examples table in
README.md
License
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.