Skip to content
Snippets Groups Projects
howto_contribute.md 1.99 KiB
Newer Older
Martin Schroschk's avatar
Martin Schroschk committed
# How-To Contribute

!!! cite "Chinese proverb"

    Ink is better than the best memory.
In principle, there are three possible ways how to contribute to this documentation.

## Contribute via Issue
Users can contribute to the documentation via the
[GitLab issue tracking system](https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/hpc-compendium/-/issues).
For that, open an issue to report typos and missing documentation or request for more precise
wording etc. ZIH staff will get in touch with you to resolve the issue and improve the
documentation.
??? tip "Create a GitLab issue"

    ![Something](misc/create_gitlab_issue.gif)
    {: align=center}

Martin Schroschk's avatar
Martin Schroschk committed
!!! warning "HPC support"

    Non-documentation issues and requests need to be send as ticket to
    [hpcsupport@zih.tu-dresden.de](mailto:hpcsupport@zih.tu-dresden.de).
## Contribute via Web IDE
Ulf Markwardt's avatar
Ulf Markwardt committed

GitLab offers a rich and versatile web interface to work with repositories. To fix typos and edit
source files, follow these steps:

1. Navigate to the repository at
Martin Schroschk's avatar
Martin Schroschk committed
[https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/hpc-compendium](https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/hpc-compendium)
and log in.
1. Select the right branch.
1. Select the file of interest in `doc.zih.tu-dresden.de/docs/...` and click the `Edit` button.
1. A text and commit editor are invoked: Do your changes, add a meaningful commit message and commit
   the changes.
Ulf Markwardt's avatar
Ulf Markwardt committed

The more sophisticated integrated Web IDE is reached from the top level menu of the repository or
by selecting any source file.
Ulf Markwardt's avatar
Ulf Markwardt committed

Other git services might have an equivalent web interface to interact with the repository. Please
refer to the corresponding documentation for further information.
Ulf Markwardt's avatar
Ulf Markwardt committed

## Contribute Using Git Locally
Ulf Markwardt's avatar
Ulf Markwardt committed

Martin Schroschk's avatar
Martin Schroschk committed
For experienced Git users, we provide a Docker container that includes all checks of the CI engine
Taras Lazariv's avatar
Taras Lazariv committed
used in the back-end. Using them should ensure that merge requests will not be blocked
Ulf Markwardt's avatar
Ulf Markwardt committed
due to automatic checking.
For details, refer to the page [Work Locally Using Containers](contribute_container.md).