
After editing or creating files locally, contributions must be submitted through the Git workflow.
The general process is:
All contributions follow the four-eyes principle and changes are reviewed by authorized maintainers before being merged into the main branch.
The following workflow is recommended when using Visual Studio Code with the integrated Git functionality. The general steps might differ depending on your software, but the principle of order stays the same.
Open the cloned repository folder in VS Code.
“Create new branch”
feature-new-hpc-training
Modify or create the desired files. Make sure to include comments on code snippets.
Added documentation for MPI introduction training
Click Publish Bransh or use the synchronization button in VS Code.
After pushing the branch, open the Git platform in your browser and create a Merge Request.
The Merge Request should include:
After review, maintainers may:
If the contribution workflow is too complex, simply send a markdown file to hpc-portal@hsu-hh.de!