Contributing Guide Fork the repo Create a branch: git checkout -b feature/<short-description> Make your changes and add tests where applicable Commit: git commit -m "feat: short description" Push: git push origin feature/<branch> Open a Pull Request