* Source Code goes in the renamed `rename_me_to_your_awesome_name` folder
* Install the package via `pip` using
* Test code goes in `rename_me_to_your_awesome_name/tests` folder. An example is already provided.
* Develop your code locally in a cloned repository and push finished changes to the GitLab server. Pipelines will start automatically on push events. Check the results under `CI/CD->Pipelines`
* Test code goes in `rename_me_to_your_awesome_name/tests` folder. An example is already provided, all tests are automatically run by GitLab everytime you push something to the server. Check the results under `CI/CD->Pipelines`