Upate README of generated plugins and fix master branch issue
The following bullet points need to be updated urgently within the README of created plugin:
- Write instructions on how to activate runners for unit tests in the project. Including the email of the DKRZ Gitlab contact person might be beneficial here.
- Provide steps on how to update the license for newly created scripts within the plugin.
- Write detailed instructions on how to integrate the plugin into specific projects
- Explain how to configure and satisfy pre-commit requirements.
- Write guidance on how the plugin developer can start developing their own plugin on Levante and how other contributors can collaborate on the plugin.
Hot Fix
There is an issue due to the old version of Git on Levante. When using git init
, it generates a master
branch instead of main
as the main branch. We need to find a solution to centralize all users on the main
branch, regardless of their Git version.