Thank you for your interest in contributing. IS welcomes contributors of all levels.
Fork the repository and create a new branch for your lab , fix or implementation:
git checkout -b my-labCommit your changes with a clear and descriptive message:
git add .
git commit -m "Add lab X or fix Y"Push your branch to your fork:
git push origin my-labOpen a Pull Request (PR) on the main repository.