Setup Environment
Fork and Branch
- Fork the repository: On GitHub, click Fork to create your own copy of the repo.
- Clone your fork: Open your fork in your preferred git client (e.g., GitHub Desktop, VS Code) and clone it.
- Create a branch:
- Switch to the
mainbranch. - Create a new branch from
mainusing one of these prefixes:feature/<short-description>fix/<short-description>docs/<short-description>
- Switch to the
Test Locally
To see how to test your changes on the Raspberry Pi locally, please refer to:
Create a Pull Request
When you are ready to submit your changes, please refer to: