Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 483 Bytes

File metadata and controls

26 lines (17 loc) · 483 Bytes

Contributing to IS

Thank you for your interest in contributing. IS welcomes contributors of all levels.

How to Contribute

Fork the repository and create a new branch for your lab , fix or implementation:

git checkout -b my-lab

Commit 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-lab

Open a Pull Request (PR) on the main repository.